Morph
7ee6065178
Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.
6 years ago
FearlessTobi
d0e4f1c6f4
yuzu/configuration: create UI tab and move gamelist settings there
6 years ago
bunnei
690732bc0d
yuzu_qt: config: Move audio to its own tab.
- We have some important audio settings, makes them more discoverable.
6 years ago
Zach Hilman
e55d086cc9
qt: Add service dialog
6 years ago
Zach Hilman
f0551aef09
yuzu: Add UI tab to configure BCAT services
Also displays current events if boxcat is selected.
7 years ago
Zach Hilman
d4d38dd44d
yuzu: Add UI to manage filesystem paths and sizes
7 years ago
fearlessTobi
9ca4718aed
configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
6 years ago
Lioncash
c09ff382a4
yuzu/configuration: Make all widgets and dialogs aware of language changes
To prepare for translation support, this makes all of the widgets
cognizant of the language change event that occurs whenever
installTranslator() is called and automatically retranslates their text
where necessary.
This is important as calling the backing UI's retranslateUi() is often
not enough, particularly in cases where we add our own strings that
aren't controlled by it. In that case we need to manually refresh the
strings ourselves.
7 years ago
Lioncash
e1d755bdda
yuzu/configuration: Make function naming consistent
7 years ago
Lioncash
c03fb00ac1
configure_hotkeys: Remove unused EmitHotkeysChanged()
1. This is something that should be solely emitted by the hotkey dialog
itself
2. This is functionally unused, given there's nothing listening for the
signal.
7 years ago
Lioncash
f3c18d622e
configure_dialog: Remove the Whats This? button from the dialog
7 years ago
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.
8 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.
8 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