mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configuration window. Launched from a new menu option - "Free Look Settings". The HotKeyScheduler still calls the Free Look functionality to reduce the total number of threads
This commit is contained in:
parent
9ac6090c9a
commit
9a744ab25b
18 changed files with 323 additions and 93 deletions
|
@ -91,6 +91,7 @@ signals:
|
|||
void ConfigureAudio();
|
||||
void ConfigureControllers();
|
||||
void ConfigureHotkeys();
|
||||
void ConfigureFreelook();
|
||||
|
||||
// View
|
||||
void ShowList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue