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

Turn off display on shell close #175

Closed EvansJahja closed 2 months ago

EvansJahja commented 2 months ago

Requires https://github.com/profi200/libn3ds/pull/1#issue-2239629904

Background: I would like to have power saving on lid close functionality. I have made a draft PR on libn3ds to support this. I am really new into this field and would appreciate any feedbacks.

profi200 commented 2 months ago

Same as the libn3ds pull request. I would consider the libn3ds_gfx_lgycap branch to be more up to date and it uses the latest changes to libn3ds.

EvansJahja commented 2 months ago

Thanks for pointing me to the correct branch, let me take a look.