This commit is contained in:
Alexandru Gutu 2022-07-15 15:44:21 -04:00
commit 94458c372d

View file

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