1
0
Fork 0
mirror of https://github.com/Scandal-UK/Incognito_RCM.git synced 2024-11-22 20:06:42 +00:00
This commit is contained in:
Alexandru Gutu 2022-07-15 15:44:21 -04:00
parent 2d51ba3d1a
commit 94458c372d

View file

@ -916,7 +916,7 @@ void print_progress(u32 count, u32 max)
bool isSysNAND()
{
return (!emu_c+fg.enabled || h_cfg.emummc_force_disable);
return (!emu_cfg.enabled || h_cfg.emummc_force_disable);
}
bool checkBackupExists()