mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
Archives: Make SYSTEM_ID and SDCARD_ID strings
This commit is contained in:
parent
71a063f45c
commit
90dffe3fc1
6 changed files with 11 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue