- 10 Sep, 2023 2 commits
-
-
FearlessTobi authored
This never belonged here and has no use anymore since the Boxcat backend was removed. .
-
GPUCode authored
-
- 07 Sep, 2023 2 commits
-
-
liamwhite authored
service: mii: Fix broken mii on MK8
-
Narr the Reg authored
-
- 06 Sep, 2023 4 commits
- 05 Sep, 2023 2 commits
-
-
Steveice10 authored
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
-
german77 authored
-
- 04 Sep, 2023 1 commit
-
-
Kelebek1 authored
-
- 03 Sep, 2023 2 commits
-
-
Danila Malyutin authored
And fix a bunch of warnings
-
Liam authored
-
- 02 Sep, 2023 9 commits
-
-
liamwhite authored
Update translations (2023-09-01)
-
liamwhite authored
qt: fix romfs dumping for multiprogram applications
-
liamwhite authored
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes
-
liamwhite authored
am: shorten shutdown timeout when lock is not held
-
liamwhite authored
Maxwell3D: Improve Index buffer size estimation.
-
liamwhite authored
vfs: ensure key area keys are validated
-
liamwhite authored
-
Fernando S authored
shader_recompiler: fix emulation of 3D textureGrad
-
Liam authored
-
- 01 Sep, 2023 1 commit
-
-
The yuzu Community authored
-
- 31 Aug, 2023 1 commit
-
-
Charles Lombardo authored
android: Fix game content installer
-
- 30 Aug, 2023 13 commits
-
-
Charles Lombardo authored
Before this would run on the main thread and freeze the device. Additionally this fixes the result dialog not appearing if a config change happens during the installation by getting the activity's fragment manager when needed.
-
Charles Lombardo authored
-
Charles Lombardo authored
android: Support dynamic app shortcuts
-
Charles Lombardo authored
-
Charles Lombardo authored
android: Emulation loading UI and fixes
-
Charles Lombardo authored
Emulation states are repeatedly checked by input and performance stats. During startup and shutdown, this could lead to a long halt on the UI thread because the call to IsRunning will be waiting on the emulation mutex to be unlocked. Using atomics should replace the existing functionality without causing problems.
-
Charles Lombardo authored
-
liamwhite authored
hwopus: Implement GetWorkBufferSizeExEx
-
FearlessTobi authored
Allows Sea of Stars to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/11415.
-
Charles Lombardo authored
-
Charles Lombardo authored
android: Settings rework
-
Charles Lombardo authored
-
Charles Lombardo authored
android: Support intents to emulation activity
-
- 29 Aug, 2023 3 commits
-
-
Charles Lombardo authored
Certain settings have specific defaults for Android only. This lets us reflect them in the Kotlin side with very little code.
-
Charles Lombardo authored
All dialog code (except for the Date/Time ones) has been extracted out into a generic settings dialog fragment that handles everything through a viewmodel. State for each dialog will now be retained and dialogs will stay shown through configuration changes. I won't be changing the current state of the date and time dialog fragments until Google decides to make their classes non-final or if/when we migrate to Jetpack Compose.
-
Charles Lombardo authored
-