profi200 / open_agb_firm

open_agb_firm is a bare metal app for running GBA homebrew/games using the 3DS builtin GBA hardware.
GNU General Public License v3.0
849 stars 42 forks source link

Sleep on lid close #176

Open EvansJahja opened 2 months ago

EvansJahja commented 2 months ago

Supersedes #175

Requires this PR

Sleeps on lid close.

profi200 commented 2 months ago

The main problems i described in the other pull request.

Additionally for this one if a border is used it needs to be loaded again, because VRAM will lose data in sleep mode.

EvansJahja commented 2 months ago

I have tested the latest version 907d3b762c8dc906b550c62c5b960fc955a0b75f with new 3ds and new 2ds, both seems to be working fine. I haven't re-init the border yet.

Also, since VRAM lose data in sleep mode, debugging console unfortunately got removed as well. I'm not sure how trivial it is to maintain the console data across sleep...

Will update again, but for now, it's in a testable state

Starmann commented 2 days ago

I compiled this myself and it works pretty well.