mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 22:27:57 -05: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 {
|
||||
|
Reference in New Issue
Block a user