mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Expose some fields of DSi_BPTWL
needed to support direct boot (#2103)
expose boot flag
This commit is contained in:
@ -87,6 +87,7 @@ public:
|
||||
void DoSavestate(Savestate* file) override;
|
||||
|
||||
u8 GetBootFlag() const;
|
||||
void SetBootFlag(u8 boot) noexcept { Registers[0x70] = boot; }
|
||||
|
||||
bool GetBatteryCharging() const;
|
||||
void SetBatteryCharging(bool charging);
|
||||
|
Reference in New Issue
Block a user