mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 16:08:57 +02:00
[android, frontend_common] Remove network/logging sections and fix airplane mode in per-game (#3384)
Fixed an issue with airplane settings Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3384 Reviewed-by: DraVee <dravee@eden-emu.dev> Reviewed-by: Maufeat <sahyno1996@gmail.com> Co-authored-by: PavelBARABANOV <pavelbarabanov94@gmail.com> Co-committed-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
This commit is contained in:
parent
ddbb6f2219
commit
6504c7cc4c
2 changed files with 12 additions and 8 deletions
|
|
@ -242,9 +242,11 @@ class SettingsFragmentPresenter(
|
|||
add(BooleanSetting.USE_CUSTOM_CPU_TICKS.key)
|
||||
add(IntSetting.CPU_TICKS.key)
|
||||
|
||||
add(HeaderSetting(R.string.network))
|
||||
add(StringSetting.WEB_TOKEN.key)
|
||||
add(StringSetting.WEB_USERNAME.key)
|
||||
if (!NativeConfig.isPerGameConfigLoaded()) {
|
||||
add(HeaderSetting(R.string.network))
|
||||
add(StringSetting.WEB_TOKEN.key)
|
||||
add(StringSetting.WEB_USERNAME.key)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1206,9 +1208,11 @@ class SettingsFragmentPresenter(
|
|||
add(SettingsItem.FASTMEM_COMBINED)
|
||||
add(BooleanSetting.CPUOPT_UNSAFE_HOST_MMU.key)
|
||||
|
||||
add(HeaderSetting(R.string.log))
|
||||
if (!NativeConfig.isPerGameConfigLoaded()) {
|
||||
add(HeaderSetting(R.string.log))
|
||||
|
||||
add(BooleanSetting.DEBUG_FLUSH_BY_LINE.key)
|
||||
add(BooleanSetting.DEBUG_FLUSH_BY_LINE.key)
|
||||
}
|
||||
|
||||
add(HeaderSetting(R.string.general))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue