diff options
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r-- | src/NDSCart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h index cb7f1e2..ecfb209 100644 --- a/src/NDSCart.h +++ b/src/NDSCart.h @@ -56,6 +56,8 @@ protected: u32 ROMLength; u32 ChipID; bool IsDSi; + bool DSiMode; + u32 DSiBase; u32 CmdEncMode; u32 DataEncMode; |