Hook up solar sensor control to the UI

It uses hardcoded keypad left and right arrows.
This commit is contained in:
Raphaël Zumer
2019-12-10 17:54:34 -05:00
parent f6cd66e5b1
commit ca9f183d24
3 changed files with 21 additions and 4 deletions

View File

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