Don't have controller hotkeys enabled by default

This commit is contained in:
Margen67 2023-07-21 13:13:40 -07:00 committed by GitHub
parent 7c5b9372e7
commit ba936e8038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ DECLARE_bool(d3d12_clear_memory_page_state);
DEFINE_bool(fullscreen, false, "Whether to launch the emulator in fullscreen.", DEFINE_bool(fullscreen, false, "Whether to launch the emulator in fullscreen.",
"Display"); "Display");
DEFINE_bool(controller_hotkeys, true, "Hotkeys for Xbox and PS controllers.", DEFINE_bool(controller_hotkeys, false, "Hotkeys for Xbox and PS controllers.",
"General"); "General");
DEFINE_string( DEFINE_string(