Lioncash
c4ba717491
configure_dialog: Amend constructor initializer list order
Avoids a -Wreorder compiler warning.
7 years ago
Adityarup Laha
57a4a2ae0f
yuzu: Make hotkeys configurable via the GUI
* Adds a new Hotkeys tab in the Controls group.
* Double-click a Hotkey to rebind it.
7 years ago
zhupengfei
a94a828b6c
citra_qt: Log settings on launch
8 years ago
Zach Hilman
54d7b664da
qt: Move profile manager to own UI tab
7 years ago
spycrab
c6da772b24
Qt/Configure: Use sidebar to divide tabs into smaller groups
7 years ago
fearlessTobi
4d139943f2
Port web_service from Citra
7 years ago
Lioncash
c8f6754417
qt/hotkey: Get rid of global hotkey map instance
Instead, we make a proper registry class and house it within the main
window, then pass it to whatever needs access to the loaded hotkeys.
This way, we avoid a global variable, and don't need to initialize a
std::map instance before the program can do anything.
7 years ago
Zach Hilman
9e88f03e75
Avoid parsing RomFS to directory in NCA
8 years ago
Lioncash
00a68c5eea
qt: Default destructors where applicable
Makes code consistent with our style of defaulting special member
functions where applicable.
7 years ago
bunnei
ca84b530a3
audio_core: Add configuration settings.
8 years ago
MerryMage
e35644c005
clang-format
8 years ago
James Rowe
389979018c
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
bunnei
fb17e866aa
qt: Add web configuration tab.
8 years ago
Lioncash
1631e99eed
citra-qt: Move config dialog code to its own directory
9 years ago
James Rowe
2b1654ad9b
Support additional screen layouts.
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
10 years ago
Yuri Kunde Schlesner
84fbbe2629
Use negative priorities to avoid special-casing the self-include
9 years ago
Emmanuel Gil Peyrot
ebdae19fd2
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Yuri Kunde Schlesner
396a8d91a4
Manually tweak source formatting and then re-run clang-format
9 years ago
Emmanuel Gil Peyrot
dc8479928c
Sources: Run clang-format on everything.
9 years ago
wwylele
bdc59c4c21
Qt: unify running detection
9 years ago
bunnei
2267f98941
qt: Add a configuration tab for Graphics and move relevant fields.
9 years ago
Anon
e91327c86a
Input GUI: Add tab to remap controls ( #1900 )
10 years ago
wwylele
ec3e99eec7
Qt: add system settings config tab
10 years ago
Maribel
d014873916
Config: Audio sink configuration ( #1798 )
10 years ago
LittleWhite
3eb737a5f5
Add more stuff to configure.
10 years ago
LittleWhite
426c4a2a5b
Add Configure widget
10 years ago