german77
fb1b1b2725
mii: service: Address review
2 years ago
FearlessTobi
ff92a0c8f4
am: Implement UserChannel parameters
Used by the Super Mairo 3D All-Stars collection.
2 years ago
Liam
76671fdede
core: implement basic integrity verification
2 years ago
lat9nq
bc97eff1f3
yuzu-qt: Use Null when OpenGL is not compiled
2 years ago
lat9nq
f8614a483d
yuzu-qt: Update API Text for broken Vulkan
Otherwise caused a blue Vulkan badge to appear in the status bar.
2 years ago
lat9nq
217640aad4
configure_graphics: Capture by reference
Small optimization.
2 years ago
lat9nq
7d94588301
configure_graphics: Fix handling of broken Vulkan
The VSync combobox wouldn't populate if there was no Vulkan device,
which caused issues with trying to set VSync on other backends.
This also adds another layer to GetCurrentGraphicsBackend to check for
broken Vulkan and return OpenGL instead of Vulkan.
2 years ago
Danila Malyutin
7f0de0f204
msvc: set warning level to /W4 globally
And fix a bunch of warnings
2 years ago
Liam
6978a4895c
qt: measure romfs dump completion by bytes read
2 years ago
Liam
a30be8aea3
qt: ensure packed update nca is applied to the correct base
2 years ago
Liam
cfa7d49937
qt: fix romfs dumping for multiprogram applications
2 years ago
Liam
1dc47986ee
Address review comments
2 years ago
Mario
54a5b8062e
yuzu-qt: Track play time
2 years ago
Liam
7a26dc51eb
am: shorten shutdown timeout when lock is not held
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
flodavid
3f22525741
yuzu: Enable controller interaction in Controller Applet
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