- 30 May, 2023 1 commit
-
-
12101111 authored
See also: https://github.com/yuzu-emu/yuzu/issues/8779
-
- 28 May, 2023 14 commits
-
-
liamwhite authored
externals: Update to fmt 10 and add format_as formatter for BitField
-
Morph authored
The mingw fmt package https://aur.archlinux.org/packages/mingw-w64-fmt has not been updated yet.
-
Morph authored
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
-
liamwhite authored
microprofile: Avoid crashing due to OOB stackPos
-
liamwhite authored
gl_texture_cache: Fix ASTC CPU decoding with compression disabled
-
liamwhite authored
Use TARGET_FILE_DIR generator expression
-
liamwhite authored
Add support for deinterlaced video playback
-
liamwhite authored
cmake: apply defaults to all externals
-
liamwhite authored
vfs_concat: fix time complexity of read
-
liamwhite authored
qt: add menu item to remove cache storage
-
liamwhite authored
Move buffer bindings to per-channel state
-
liamwhite authored
Wait indefinitely when audio buffer queue is too big
-
ameerj authored
gl_format was incorrectly being overwritten when compression was disabled
-
ameerj authored
-
- 27 May, 2023 3 commits
- 26 May, 2023 6 commits
-
-
Matías Locatti authored
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
-
Matías Locatti authored
texture_cache: process aliases and overlaps in the correct order
-
Matías Locatti authored
shader_recompiler: fix copy-paste error
-
Liam authored
-
Liam authored
-
bunnei authored
Add a 5ms tiemout to the DSP processing wait
-
- 25 May, 2023 10 commits
-
-
bunnei authored
input_common: Implement amiibo writing
-
liamwhite authored
Don't exit when using "-u" option in yuzu-cmd
-
Fernando S authored
video_core: don't garbage collect during configuration
-
Ariel Cabello authored
-
liamwhite authored
Add short "-u" option for yuzu_cmd.
-
Liam authored
-
Ariel Cabello authored
The -u short option was documented but not implemented in yuzu_cmd. The same long option --user worked before.
-
bunnei authored
service: nfc: Remove encryption key requirement
-
bunnei authored
Texture cache: revert wrong acceleration assumption
-
bunnei authored
Texture Cache Util: Fix block depth adjustment on slices.
-
- 24 May, 2023 6 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Alexandre Bouvier authored
-
Fernando S authored
video_core: tune garbage collection aggressiveness
-
Fernando S authored
k_memory_block_manager: remove auditing calls
-