mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-22 20:06:42 +00:00
Typo
This commit is contained in:
parent
2d51ba3d1a
commit
94458c372d
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue