mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Archives: Make SYSTEM_ID and SDCARD_ID strings
This commit is contained in:
		@@ -36,8 +36,8 @@ namespace std {
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const u32 SYSTEM_ID = 0;
 | 
			
		||||
const u32 SDCARD_ID = 0;
 | 
			
		||||
const std::string SYSTEM_ID = "00000000000000000000000000000000";
 | 
			
		||||
const std::string SDCARD_ID = "00000000000000000000000000000000";
 | 
			
		||||
 | 
			
		||||
namespace Service {
 | 
			
		||||
namespace FS {
 | 
			
		||||
 
 | 
			
		||||
@@ -11,9 +11,9 @@
 | 
			
		||||
#include "core/hle/result.h"
 | 
			
		||||
 | 
			
		||||
/// The unique system identifier hash, also known as ID0
 | 
			
		||||
extern const u32 SYSTEM_ID;
 | 
			
		||||
extern const std::string SYSTEM_ID;
 | 
			
		||||
/// The scrambled SD card CID, also known as ID1
 | 
			
		||||
extern const u32 SDCARD_ID;
 | 
			
		||||
extern const std::string SDCARD_ID;
 | 
			
		||||
 | 
			
		||||
namespace Service {
 | 
			
		||||
namespace FS {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user