Narr the Reg
2fa53ec1d9
yuzu: Allow to launch album applet from firmware
2 years ago
Liam
d89ef6280c
qt: add additional romfs dump targets
2 years ago
Narr the Reg
ae5c134ac6
service: am: Set push in arguments according to the launched applet
2 years ago
Narr the Reg
03d4fffc70
yuzu: Allow to launch cabinet applet from firmware
2 years ago
Charles Lombardo
feebdc9779
Qt: Remove ability to install xci files
2 years ago
german77
bb4ae5ee53
yuzu: Add button to boot mii edit from firmware
2 years ago
lat9nq
5d52d73c4b
shared_widget: Use default literals more
2 years ago
GPUCode
c656105a6c
debug: Add renderdoc capture hotkey
2 years ago
lat9nq
3ae3706c84
shared_widget: Forward-port Citra changes
Seemed like a good time to move these over.
Also remove usage of std::sto{l,ll,ul,f,d}
2 years ago
lat9nq
2d2c176f03
configure_ui: Remove unnecessary usage of stoul
2 years ago
Liam
f8985d1cc5
qt: add verification for installed contents
2 years ago
german77
ec25f847d8
mii: service: Address review
2 years ago
FearlessTobi
87c0ba129c
am: Implement UserChannel parameters
Used by the Super Mairo 3D All-Stars collection.
2 years ago
Liam
716e0a126a
core: implement basic integrity verification
2 years ago
lat9nq
d8943e5bac
yuzu-qt: Use Null when OpenGL is not compiled
2 years ago
lat9nq
e4ebabcd5b
yuzu-qt: Update API Text for broken Vulkan
Otherwise caused a blue Vulkan badge to appear in the status bar.
2 years ago
lat9nq
d078cff269
configure_graphics: Capture by reference
Small optimization.
2 years ago
lat9nq
ea46efd9a2
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
785e480b62
msvc: set warning level to /W4 globally
And fix a bunch of warnings
2 years ago
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