mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Use config changed callback to detect SD insertion/ejection
This saves the GUI from having to manually call SDIO_EventNotify. With that out of the way, we can let users change the "Insert SD Card" setting on Android while a game is running.
This commit is contained in:
parent
db0ca3fc96
commit
90c576e075
6 changed files with 40 additions and 31 deletions
|
@ -228,7 +228,6 @@ public enum BooleanSetting implements AbstractBooleanSetting
|
|||
MAIN_CPU_THREAD,
|
||||
MAIN_ENABLE_CHEATS,
|
||||
MAIN_OVERRIDE_REGION_SETTINGS,
|
||||
MAIN_WII_SD_CARD, // Can actually be changed, but specialized code is required
|
||||
MAIN_MMU,
|
||||
MAIN_DSP_JIT,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue