mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Merge pull request #9089 from JosJuice/android-orientation-setting
Android: Move orientation setting to main settings screen
This commit is contained in:
commit
c9e83867a1
8 changed files with 30 additions and 74 deletions
|
@ -17,8 +17,4 @@ const Info<bool> MAIN_USE_GAME_COVERS{{System::Main, "General", "UseGameCovers"}
|
|||
const Info<bool> MAIN_FOCUSED_HOTKEYS{{System::Main, "General", "HotkeysRequireFocus"}, true};
|
||||
const Info<bool> MAIN_RECURSIVE_ISO_PATHS{{System::Main, "General", "RecursiveISOPaths"}, false};
|
||||
|
||||
// UI.Android
|
||||
|
||||
const Info<int> MAIN_LAST_PLATFORM_TAB{{System::Main, "Android", "LastPlatformTab"}, 0};
|
||||
|
||||
} // namespace Config
|
||||
|
|
|
@ -21,8 +21,4 @@ extern const Info<bool> MAIN_USE_GAME_COVERS;
|
|||
extern const Info<bool> MAIN_FOCUSED_HOTKEYS;
|
||||
extern const Info<bool> MAIN_RECURSIVE_ISO_PATHS;
|
||||
|
||||
// UI.Android
|
||||
|
||||
extern const Info<int> MAIN_LAST_PLATFORM_TAB;
|
||||
|
||||
} // namespace Config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue