mirror of
https://github.com/suloku/savegame-manager.git
synced 2026-04-24 23:16:54 -05:00
Fix compilation error for DSi check
This commit is contained in:
parent
634a467b99
commit
2626353b85
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
bool isDsi()
|
||||
{
|
||||
return (REG_DSIMODE != 0) ? true : false;
|
||||
return isDSiMode();
|
||||
}
|
||||
|
||||
bool dsiUnlockSlot1()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user