mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-30 01:29:52 -06:00
Add basic GBA GPIO support, solar sensor detection
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user