NDSCart: correctly restrict reading the DSi region on DSi carts

This commit is contained in:
Arisotura
2021-07-22 21:37:34 +02:00
parent ab48461dc5
commit cd4ef575ee
2 changed files with 21 additions and 8 deletions

View File

@ -56,6 +56,8 @@ protected:
u32 ROMLength;
u32 ChipID;
bool IsDSi;
bool DSiMode;
u32 DSiBase;
u32 CmdEncMode;
u32 DataEncMode;