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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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