mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
Hook up solar sensor control to the UI
It uses hardcoded keypad left and right arrows.
This commit is contained in:
@ -45,13 +45,13 @@ namespace GBACart
|
||||
|
||||
struct GPIO
|
||||
{
|
||||
bool has_solar_sensor;
|
||||
u16 data;
|
||||
u16 direction;
|
||||
u16 control;
|
||||
};
|
||||
|
||||
extern bool CartInserted;
|
||||
extern bool HasSolarSensor;
|
||||
extern u8* CartROM;
|
||||
extern u32 CartROMSize;
|
||||
|
||||
|
Reference in New Issue
Block a user