Liam
cfa7d49937
qt: fix romfs dumping for multiprogram applications
2 years ago
BenjaminHalko
efff61637b
ui: Fixed inverted controls on ReverseSlider widgets
fixes : #11236
2 years ago
FearlessTobi
0bb04b1ca1
yuzu/main: Ensure NCAs are registered in content provider when launching from CLI
Fixes updates and DLC not being loaded when launching yuzu from the command line.
Similar to https://github.com/yuzu-emu/yuzu/pull/11357 .
Fixes https://github.com/yuzu-emu/yuzu/issues/8352 ,
2 years ago
FearlessTobi
f3d0f6ce74
game_list_worker: Display correct size for NAX games
This was a regression from https://github.com/yuzu-emu/yuzu/pull/1837 .
Fixes https://github.com/yuzu-emu/yuzu/issues/1938 .
2 years ago
lat9nq
da2ca69c08
main: Fix docked mode button, clang 14 error
2 years ago
lat9nq
3b8b50a228
main: Access by reference
Old Clang is fussy about this.
2 years ago
lat9nq
81d209ee34
general: Use console mode helper across project
2 years ago
lat9nq
c272548832
config(qt): Sanitize docked handheld controller
2 years ago
lat9nq
145321abbe
shared_translation: Define use_docked_mode texts
2 years ago
lat9nq
447ec24378
general: Convert use_docked_mode to an enumeration
Allows some special interactions with it in the Qt frontend.
2 years ago
lat9nq
02b7e0364b
shared_widget: Implement radio groups
2 years ago
Feng Chen
ec643e7e9d
Add macos moltenvk bundle, Add copy moltevk dylib script
2 years ago
lat9nq
251481a19c
uisettings: Add TODO for stretched aspect being ignored
2 years ago
lat9nq
73111dbc46
configure_ui: Silence MSVC warning
2 years ago
lat9nq
e6fb92574b
yuzu-qt: Screenshots depend more on the graphics settings
2 years ago
lat9nq
9433d04259
yuzu-qt: Implement unspecified screenshot ratio
2 years ago
lat9nq
b4932708b5
bootmanager: Remove old path
Causes issues with different selected aspect ratios in graphics.
2 years ago
lat9nq
19a8bd5593
configure_ui: Update the screenshots data
2 years ago
lat9nq
cb5231b2ba
config: Read the entire screenshots category
2 years ago
lat9nq
24fa548bbd
bootmanager: Consider the default resolution
2 years ago
lat9nq
5c5eea2336
yuzu-qt: Enable specifying screenshot resolution
2 years ago
Liam
5e3139e7c6
vfs: expand support for NCA reading
2 years ago
zeltermann
ad267f6394
Allow searching by a substring of the title ID
2 years ago
lat9nq
53f9d7d61a
config(qt): Fix name of network category
Turns out the network interface is in the Services category. Can't wait
get rid of this whole config.
Addresses yuzu-emu/yuzu/issues/11205
2 years ago
lat9nq
dcaf1b3373
config(qt): Use qt_config directly to read config
ReadSetting with the default is a convenience function reading
settings, not for use in an internal environment. It tries to manage
the default value of a setting.
2 years ago
Alexandre Bouvier
9a86e4e431
vulkan: centralize config
2 years ago
lat9nq
88cbe9c789
shared_widget: Only save global settings as needed
Fixes a potential but not reproduced issue where the custom config
is being applied to the global config.
2 years ago
lat9nq
c2d170a7a6
config(qt): Write the UiGeneral category
2 years ago
lat9nq
ec98780578
config(qt): Fix generic read setting
Previously was not respecting whether the setting was default.
2 years ago
Morph
8c7a812a98
Address feedback
3 years ago
lat9nq
4246d7d97d
(ui)settings: Add more runtime_modifiable settings
3 years ago
german77
352baa02da
yuzu: Avoid reading broken games
3 years ago
lat9nq
79ea110b8d
shared_widget: Determine default request earlier
Fixes a bug where a restore button could be created for an unmanaged
widget.
3 years ago
lat9nq
cf4dab8313
shared_widget: Use QRegularExpression
3 years ago
lat9nq
24dfed6db6
config: Read the Network category
3 years ago
lat9nq
940d19783f
configure_audio/cpu: Sort settings
Was producing out of order settings as a result of the switch to vectors
3 years ago
lat9nq
a6f683755e
configure_dialog: Focus the button box on start
Without this, the Reset All Settings button would be selected by default
3 years ago
lat9nq
0bea4bac83
qt/configuration: Use deleteLater
3 years ago
lat9nq
cce6c6919c
common,qt-config: Remove usage of forward_list
3 years ago
Liam
f07dd39222
general: reduce use of dynamic_cast
3 years ago
Narr the Reg
a079a93645
yuzu: Replace httplib with QtNetworkRequest
3 years ago
lat9nq
9d5bb1f297
configure_system: Use lambda template to group settings
3 years ago
lat9nq
5c0cf58f73
common: Move global configuration state modifiers back to settings
3 years ago
lat9nq
b187a3c214
common,configure_system: Rename method to GetCategory
Fixes essentially a shadowing issue.
3 years ago
lat9nq
830a2815b5
shared_translation: Update memory layout mode strings
3 years ago
lat9nq
5011827255
settings: Require time zone setting value for stirng
3 years ago
lat9nq
068d23c2ac
shared_translation: Add missing time zones
3 years ago
lat9nq
6a14be7536
shared_translation: Add controller_applet_disabled
3 years ago
lat9nq
5dad33923c
shared_translation: Add barrier_feedback_loops
3 years ago
lat9nq
61239d5b12
configuration: Use enum index
3 years ago