Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-01 | Merge pull request #10482 from german77/gamelist | liamwhite | |
yuzu: Disable game list while game is running | |||
2023-06-01 | Merge pull request #10518 from lat9nq/ffmpeg-zombie-var | liamwhite | |
CopyFFmpegDeps: Update variable name | |||
2023-05-31 | CopyFFmpegDeps: Update variable name | lat9nq | |
FFmpeg_DLL_DIR does not exist anywhere else in the repository. Evidently, the variable name was antiquated at some point, but it continued to work here as a zombie. Update the name and avoid copy issues. | |||
2023-05-30 | Merge pull request #10506 from Kelebek1/bc_channel_fix | bunnei | |
Skip BufferCache tickframe with no channel state set | |||
2023-05-30 | Skip BufferCache tickframe with no channel state set | Kelebek1 | |
2023-05-30 | Merge pull request #10504 from 12101111/rename-pagesize | Narr the Reg | |
input_common: rename PAGE_SIZE to avoid conflict | |||
2023-05-30 | input_common: rename PAGE_SIZE to avoid conflict | 12101111 | |
See also: https://github.com/yuzu-emu/yuzu/issues/8779 | |||
2023-05-29 | yuzu: Disable game list while game is running | german77 | |
2023-05-28 | Merge pull request #10484 from Morph1984/fmt10 | liamwhite | |
externals: Update to fmt 10 and add format_as formatter for BitField | |||
2023-05-28 | CMakeLists: Rollback minimum to fmt 9 | Morph | |
The mingw fmt package https://aur.archlinux.org/packages/mingw-w64-fmt has not been updated yet. | |||
2023-05-28 | externals: Update to fmt 10 and add format_as formatter for BitField | Morph | |
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type. | |||
2023-05-28 | Merge pull request #10475 from ameerj/microprofile-workaround | liamwhite | |
microprofile: Avoid crashing due to OOB stackPos | |||
2023-05-28 | Merge pull request #10483 from ameerj/gl-cpu-astc | liamwhite | |
gl_texture_cache: Fix ASTC CPU decoding with compression disabled | |||
2023-05-28 | Merge pull request #10280 from danilaml/cmake-bin-dir | liamwhite | |
Use TARGET_FILE_DIR generator expression | |||
2023-05-28 | Merge pull request #10283 from danilaml/support-interlaced-videos | liamwhite | |
Add support for deinterlaced video playback | |||
2023-05-28 | Merge pull request #10376 from abouvier/cmake-default | liamwhite | |
cmake: apply defaults to all externals | |||
2023-05-28 | Merge pull request #10463 from liamwhite/this-is-why-we-need-g | liamwhite | |
vfs_concat: fix time complexity of read | |||
2023-05-28 | Merge pull request #10464 from liamwhite/clear-cache | liamwhite | |
qt: add menu item to remove cache storage | |||
2023-05-28 | Merge pull request #10469 from Kelebek1/bc_state | liamwhite | |
Move buffer bindings to per-channel state | |||
2023-05-28 | Merge pull request #10471 from Kelebek1/test2 | liamwhite | |
Wait indefinitely when audio buffer queue is too big | |||
2023-05-28 | gl_texture_cache: Fix ASTC CPU decoding with compression disabled | ameerj | |
gl_format was incorrectly being overwritten when compression was disabled | |||
2023-05-27 | microprofile: Avoid crashing due to OOB stack pos | ameerj | |
2023-05-27 | Audren wait as suggested by ByLaws | Kelebek1 | |
2023-05-27 | Move buffer bindings to per-channel state | Kelebek1 | |
2023-05-26 | qt: add menu item to remove cache storage | Liam | |
2023-05-26 | Merge pull request #10414 from liamwhite/anv-push-descriptor | Matías Locatti | |
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV | |||
2023-05-26 | Merge pull request #10418 from liamwhite/blink-and-youll-miss-it | Matías Locatti | |
texture_cache: process aliases and overlaps in the correct order | |||
2023-05-26 | Merge pull request #10459 from liamwhite/shf | Matías Locatti | |
shader_recompiler: fix copy-paste error | |||
2023-05-26 | vfs_concat: fix time complexity of read | Liam | |
2023-05-26 | shader_recompiler: fix copy-paste error | Liam | |
2023-05-25 | Merge pull request #10221 from Kelebek1/partial_dsp_revert | bunnei | |
Add a 5ms tiemout to the DSP processing wait | |||
2023-05-25 | Merge pull request #10396 from german77/amiibo_write | bunnei | |
input_common: Implement amiibo writing | |||
2023-05-25 | Merge pull request #10454 from 521337/fix-u-option | liamwhite | |
Don't exit when using "-u" option in yuzu-cmd | |||
2023-05-25 | Merge pull request #10452 from liamwhite/ibgc | Fernando S | |
video_core: don't garbage collect during configuration | |||
2023-05-25 | Don't exit when using "-u" option in yuzu-cmd | Ariel Cabello | |
2023-05-25 | Merge pull request #10450 from 521337/add-u-option | liamwhite | |
Add short "-u" option for yuzu_cmd. | |||
2023-05-25 | video_core: don't garbage collect during configuration | Liam | |
2023-05-25 | Add short "-u" option for yuzu_cmd. | Ariel Cabello | |
The -u short option was documented but not implemented in yuzu_cmd. The same long option --user worked before. | |||
2023-05-24 | Merge pull request #10415 from german77/amiibo-no-key | bunnei | |
service: nfc: Remove encryption key requirement | |||
2023-05-24 | Merge pull request #10435 from FernandoS27/gotta-clean-mess-ups | bunnei | |
Texture cache: revert wrong acceleration assumption | |||
2023-05-24 | Merge pull request #10433 from FernandoS27/theres-a-lime-coming-around | bunnei | |
Texture Cache Util: Fix block depth adjustment on slices. | |||
2023-05-24 | Texture cache: revert wrong acceleration assumption | Fernando Sahmkow | |
2023-05-24 | Texture Cache Util: Fix block depth adjustment on slices. | Fernando Sahmkow | |
2023-05-24 | texture_cache: process aliases and overlaps in the correct order | Fernando Sahmkow | |
2023-05-24 | cmake: apply defaults to all externals | Alexandre Bouvier | |
2023-05-24 | Merge pull request #10422 from liamwhite/gc | Fernando S | |
video_core: tune garbage collection aggressiveness | |||
2023-05-24 | Merge pull request #10417 from liamwhite/check-state | Fernando S | |
k_memory_block_manager: remove auditing calls | |||
2023-05-24 | Merge pull request #10398 from liamwhite/bcn | Fernando S | |
video_core: add ASTC recompression | |||
2023-05-23 | video_core: tune garbage collection aggressiveness | Liam | |
2023-05-23 | textures: add BC1 and BC3 compressors and recompression setting | Liam | |