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

@ -140,7 +140,7 @@ u16 readCrc(u32 offset, u8 *blob)
readData((u8 *)&buffer, offset, sizeof(u16), NULL);
else
memcpy((u8 *)&buffer, blob + offset, sizeof(u16));
return buffer;
}
@ -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()