diff options
Diffstat (limited to 'src/GBACart.h')
-rw-r--r-- | src/GBACart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GBACart.h b/src/GBACart.h index 81fb222..22a3a60 100644 --- a/src/GBACart.h +++ b/src/GBACart.h @@ -55,6 +55,8 @@ void DoSavestate(Savestate* file); bool LoadROM(const char* path, const char* sram);
void RelocateSave(const char* path, bool write);
+void WriteGPIO(u32 addr, u16 val);
+
}
#endif // GBACART_H
|