Archives: Make SYSTEM_ID and SDCARD_ID strings

This commit is contained in:
Subv
2015-01-04 09:10:27 -05:00
parent 71a063f45c
commit 90dffe3fc1
6 changed files with 11 additions and 9 deletions

View File

@ -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 {