summaryrefslogtreecommitdiff
path: root/Source/Android/app
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-07-05 17:33:02 +0200
committerGitHub <noreply@github.com>2026-07-05 17:33:02 +0200
commit2dfb23267cf27408d0af466f27bc5a99af6ab982 (patch)
tree7410096c008de32c92b758d6359dd87f5b96fe48 /Source/Android/app
parentd27d96a7ce7e0dc78343942111fe6423a3b60dff (diff)
parent200e26c98acad07e1531b325de0a6015ed90d938 (diff)
Merge pull request #14619 from JosJuice/no-si-change-device
Core: Remove SerialInterfaceManager::ChangeDevice
Diffstat (limited to 'Source/Android/app')
-rw-r--r--Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.kt6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.kt
index e3430c9527..4d5f49b546 100644
--- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.kt
+++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.kt
@@ -223,11 +223,7 @@ enum class IntSetting(
MAIN_SLOT_A,
MAIN_SLOT_B,
MAIN_SERIAL_PORT_1,
- MAIN_FALLBACK_REGION,
- MAIN_SI_DEVICE_0,
- MAIN_SI_DEVICE_1,
- MAIN_SI_DEVICE_2,
- MAIN_SI_DEVICE_3
+ MAIN_FALLBACK_REGION
)
private val NOT_RUNTIME_EDITABLE: Set<IntSetting> =