mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
Add DoSavestate() function to GBACart_SolarSensor
Still empty, but should be implemented along with the rest.
This commit is contained in:
@ -29,6 +29,9 @@ namespace GBACart_SRAM
|
||||
extern u8* SRAM;
|
||||
extern u32 SRAMLength;
|
||||
|
||||
void Reset();
|
||||
void DoSavestate(Savestate* file);
|
||||
|
||||
u8 Read8(u32 addr);
|
||||
u16 Read16(u32 addr);
|
||||
u32 Read32(u32 addr);
|
||||
@ -74,6 +77,7 @@ namespace GBACart_SolarSensor
|
||||
extern u8 LightLevel;
|
||||
|
||||
void Reset();
|
||||
void DoSavestate(Savestate* file);
|
||||
void Process(GBACart::GPIO* gpio);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user