flodavid
8c020e3f44
yuzu: Enable to use controller to close a game
- Add General setting to choose if a confirm dialog is shown when stopping
- Show the right confirm dialog if wanted
- Reuse dialog window that ask to close the game
- Add "L + Plus + Minus" default shortcut to Stop emulation
- Create generic question dialog based on TAS dialog
- It allows controller interaction on most dialogs
3 years ago
Narr the Reg
04688d35fb
yuzu: Save multiple resolutions per icon
2 years ago
Liam
5f51662bdb
qt: implement automatic crash dump support
2 years ago
FearlessTobi
bcc50c707c
yuzu: Add desktop shortcut support for Windows
Allows creating desktop shortcuts with icons for yuzu games.
Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com>
2 years ago
Narr the Reg
751b4e2162
yuzu: Fix mute when in background setting
2 years ago
Narr the Reg
ed1e1c4ff6
yuzu: Allow to launch album applet from firmware
2 years ago
Liam
82f12339e4
qt: add additional romfs dump targets
2 years ago
Narr the Reg
7aae68820f
service: am: Set push in arguments according to the launched applet
2 years ago
Narr the Reg
176188a8c6
yuzu: Allow to launch cabinet applet from firmware
2 years ago
Charles Lombardo
e980ec6f24
Qt: Remove ability to install xci files
3 years ago
german77
77d06e6136
yuzu: Add button to boot mii edit from firmware
3 years ago
lat9nq
9264e1d1ad
shared_widget: Use default literals more
3 years ago
GPUCode
cc2c6d8805
debug: Add renderdoc capture hotkey
3 years ago
lat9nq
c750d6965a
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}
3 years ago
lat9nq
81debaff3b
configure_ui: Remove unnecessary usage of stoul
3 years ago
Liam
07a6563a93
qt: add verification for installed contents
3 years ago
german77
fb1b1b2725
mii: service: Address review
3 years ago
FearlessTobi
ff92a0c8f4
am: Implement UserChannel parameters
Used by the Super Mairo 3D All-Stars collection.
3 years ago
Liam
76671fdede
core: implement basic integrity verification
3 years ago
lat9nq
bc97eff1f3
yuzu-qt: Use Null when OpenGL is not compiled
3 years ago
lat9nq
f8614a483d
yuzu-qt: Update API Text for broken Vulkan
Otherwise caused a blue Vulkan badge to appear in the status bar.
3 years ago
lat9nq
217640aad4
configure_graphics: Capture by reference
Small optimization.
3 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.
3 years ago
Danila Malyutin
7f0de0f204
msvc: set warning level to /W4 globally
And fix a bunch of warnings
3 years ago
Liam
6978a4895c
qt: measure romfs dump completion by bytes read
3 years ago
Liam
a30be8aea3
qt: ensure packed update nca is applied to the correct base
3 years ago
Liam
cfa7d49937
qt: fix romfs dumping for multiprogram applications
3 years ago
Liam
1dc47986ee
Address review comments
3 years ago
Mario
54a5b8062e
yuzu-qt: Track play time
3 years ago
Liam
7a26dc51eb
am: shorten shutdown timeout when lock is not held
3 years ago
BenjaminHalko
efff61637b
ui: Fixed inverted controls on ReverseSlider widgets
fixes : #11236
3 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 ,
3 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 .
3 years ago
lat9nq
da2ca69c08
main: Fix docked mode button, clang 14 error
3 years ago
lat9nq
3b8b50a228
main: Access by reference
Old Clang is fussy about this.
3 years ago
lat9nq
81d209ee34
general: Use console mode helper across project
3 years ago
lat9nq
c272548832
config(qt): Sanitize docked handheld controller
3 years ago
lat9nq
145321abbe
shared_translation: Define use_docked_mode texts
3 years ago
lat9nq
447ec24378
general: Convert use_docked_mode to an enumeration
Allows some special interactions with it in the Qt frontend.
3 years ago
lat9nq
02b7e0364b
shared_widget: Implement radio groups
3 years ago
Feng Chen
ec643e7e9d
Add macos moltenvk bundle, Add copy moltevk dylib script
3 years ago
lat9nq
251481a19c
uisettings: Add TODO for stretched aspect being ignored
3 years ago
lat9nq
73111dbc46
configure_ui: Silence MSVC warning
3 years ago
lat9nq
e6fb92574b
yuzu-qt: Screenshots depend more on the graphics settings
3 years ago
lat9nq
9433d04259
yuzu-qt: Implement unspecified screenshot ratio
3 years ago
lat9nq
b4932708b5
bootmanager: Remove old path
Causes issues with different selected aspect ratios in graphics.
3 years ago
lat9nq
19a8bd5593
configure_ui: Update the screenshots data
3 years ago
lat9nq
cb5231b2ba
config: Read the entire screenshots category
3 years ago
lat9nq
24fa548bbd
bootmanager: Consider the default resolution
3 years ago
lat9nq
5c5eea2336
yuzu-qt: Enable specifying screenshot resolution
3 years ago