Expose some fields of DSi_BPTWL needed to support direct boot (#2103)

expose boot flag
This commit is contained in:
Jesse Talavera
2024-07-21 11:23:19 -04:00
committed by GitHub
parent 821f5f5f29
commit 837a582087

View File

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