Merge pull request #10468 from JosJuice/sd-card-callback

Use config changed callback to detect SD insertion/ejection
This commit is contained in:
Admiral H. Curtiss
2022-02-26 17:31:31 +01:00
committed by GitHub
6 changed files with 40 additions and 31 deletions

View File

@ -236,7 +236,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,
};