diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,7 @@ #include "Platform.h" #include "Savestate.h" #include "types.h" +#include "NDSCart.h" #include "GBACart.h" // when touching the main loop/timing code, pls test a lot of shit @@ -259,6 +260,7 @@ extern class SPU* SPU; extern class SPIHost* SPI; extern class RTC* RTC; extern class Wifi* Wifi; +extern std::unique_ptr<NDSCart::NDSCartSlot> NDSCartSlot; extern std::unique_ptr<GBACart::GBACartSlot> GBACartSlot; extern class AREngine* AREngine; |