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

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