Add basic GBA GPIO support, solar sensor detection

This commit is contained in:
Raphaël Zumer
2019-12-10 16:36:38 -05:00
parent 0092937148
commit 9128517b90
2 changed files with 76 additions and 3 deletions

View File

@ -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