Fix compilation error for DSi check

This commit is contained in:
Mark Klara 2019-12-01 05:16:27 -08:00
parent 634a467b99
commit 2626353b85

View File

@ -31,7 +31,7 @@
bool isDsi()
{
return (REG_DSIMODE != 0) ? true : false;
return isDSiMode();
}
bool dsiUnlockSlot1()