Expose some fields of `DSi_BPTWL` needed to support direct boot (#2103)
expose boot flag
This commit is contained in:
parent
821f5f5f29
commit
837a582087
|
@ -87,6 +87,7 @@ public:
|
||||||
void DoSavestate(Savestate* file) override;
|
void DoSavestate(Savestate* file) override;
|
||||||
|
|
||||||
u8 GetBootFlag() const;
|
u8 GetBootFlag() const;
|
||||||
|
void SetBootFlag(u8 boot) noexcept { Registers[0x70] = boot; }
|
||||||
|
|
||||||
bool GetBatteryCharging() const;
|
bool GetBatteryCharging() const;
|
||||||
void SetBatteryCharging(bool charging);
|
void SetBatteryCharging(bool charging);
|
||||||
|
|
Loading…
Reference in New Issue