Liam
8a9d4936d4
qt: measure romfs dump completion by bytes read
2 years ago
Liam
9df3794a83
qt: ensure packed update nca is applied to the correct base
2 years ago
Liam
f260c74beb
qt: fix romfs dumping for multiprogram applications
2 years ago
Liam
667ec28697
Address review comments
2 years ago
Mario
5464423667
yuzu-qt: Track play time
2 years ago
Liam
b7523d6fa7
am: shorten shutdown timeout when lock is not held
2 years ago
BenjaminHalko
49df2b9715
ui: Fixed inverted controls on ReverseSlider widgets
fixes : #11236
2 years ago
FearlessTobi
59b3c30f94
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
e41655960e
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
1cdd11d9f5
main: Fix docked mode button, clang 14 error
2 years ago
lat9nq
ce0f1baf51
main: Access by reference
Old Clang is fussy about this.
2 years ago
lat9nq
3c45452fae
general: Use console mode helper across project
2 years ago
lat9nq
7f8335f4ae
config(qt): Sanitize docked handheld controller
2 years ago
lat9nq
6ed5b581f0
shared_translation: Define use_docked_mode texts
2 years ago
lat9nq
387ede76d2
general: Convert use_docked_mode to an enumeration
Allows some special interactions with it in the Qt frontend.
2 years ago
lat9nq
8a4cb3f902
shared_widget: Implement radio groups
2 years ago
Feng Chen
87022a4833
Add macos moltenvk bundle, Add copy moltevk dylib script
2 years ago
lat9nq
6af8cca2c1
uisettings: Add TODO for stretched aspect being ignored
2 years ago
lat9nq
e28b936950
configure_ui: Silence MSVC warning
2 years ago
lat9nq
6fe51b48e9
yuzu-qt: Screenshots depend more on the graphics settings
2 years ago
lat9nq
96c98d09cb
yuzu-qt: Implement unspecified screenshot ratio
2 years ago
lat9nq
76a03e99b6
bootmanager: Remove old path
Causes issues with different selected aspect ratios in graphics.
2 years ago
lat9nq
95409c6859
configure_ui: Update the screenshots data
2 years ago
lat9nq
227950ac99
config: Read the entire screenshots category
2 years ago
lat9nq
bc5ec10498
bootmanager: Consider the default resolution
2 years ago
lat9nq
d9275b7757
yuzu-qt: Enable specifying screenshot resolution
2 years ago
Liam
86f6b6b7b2
vfs: expand support for NCA reading
2 years ago
zeltermann
1ed9e8812b
Allow searching by a substring of the title ID
2 years ago
lat9nq
32b4d63a5b
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
09e265c116
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
9d6f8e88b2
vulkan: centralize config
2 years ago
lat9nq
7aa848080d
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
55c0b55d1d
config(qt): Write the UiGeneral category
2 years ago
lat9nq
05c8063ac1
config(qt): Fix generic read setting
Previously was not respecting whether the setting was default.
2 years ago
Morph
01b379fe20
Address feedback
2 years ago
lat9nq
195403c87c
(ui)settings: Add more runtime_modifiable settings
2 years ago
flodavid
b881949b6d
yuzu: Enable controller interaction in Controller Applet
2 years ago
german77
a0ed0e4e10
yuzu: Avoid reading broken games
2 years ago
lat9nq
ab2921121e
shared_widget: Determine default request earlier
Fixes a bug where a restore button could be created for an unmanaged
widget.
2 years ago
lat9nq
fc1bb93b01
shared_widget: Use QRegularExpression
3 years ago
lat9nq
fb7da1fa11
config: Read the Network category
3 years ago
lat9nq
85ed10f31f
configure_audio/cpu: Sort settings
Was producing out of order settings as a result of the switch to vectors
3 years ago
lat9nq
33d118509a
configure_dialog: Focus the button box on start
Without this, the Reset All Settings button would be selected by default
3 years ago
lat9nq
1d4f813c6a
qt/configuration: Use deleteLater
3 years ago
lat9nq
17b9c1e171
common,qt-config: Remove usage of forward_list
3 years ago
Liam
4bee333d84
general: reduce use of dynamic_cast
3 years ago
Narr the Reg
c067046387
yuzu: Replace httplib with QtNetworkRequest
3 years ago
lat9nq
b54c3fba68
configure_system: Use lambda template to group settings
3 years ago
lat9nq
3211623192
common: Move global configuration state modifiers back to settings
3 years ago
lat9nq
1e093767a8
common,configure_system: Rename method to GetCategory
Fixes essentially a shadowing issue.
3 years ago