summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-03Fix typoKevin Sundqvist Norlén
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2023-06-03Update Chinese NX language namesKeve1227
... as per the TLoZ: TotK icon files. Would this conflict with older games?
2023-06-03Issue a reload if the system language changedKeve1227
2023-06-03Pick game icon based on the configured system languageKeve1227
2023-06-03Update README.md (Add Android at builds description) (#10586)Minionguyjpro
2023-06-02Merge pull request #10575 from bm01/issue-templatebunnei
issue_template: Add link to website, Getting Log Files
2023-06-02issue_template: Add link to website, Getting Log FilesBaptiste Marie
2023-06-01Merge pull request #10541 from zhaobot/tx-update-20230601030142liamwhite
Update translations (2023-06-01)
2023-06-01Merge pull request #10091 from Kelebek1/bc_buggggggliamwhite
Fix buffer overlap checking skipping a page for stream score right expand
2023-06-01Merge pull request #10530 from Kelebek1/syncpt_oobliamwhite
Fix incorrect syncpt id bounds check and potential out of bounds lookup
2023-06-01Merge pull request #10474 from GPUCode/you-left-me-waitingliamwhite
Remove timeline semaphore wait
2023-06-01Merge pull request #10352 from grimkor/add-context-menu-status-bar-settingsliamwhite
add context menu for status bar settings
2023-06-01Merge pull request #10482 from german77/gamelistliamwhite
yuzu: Disable game list while game is running
2023-06-01Merge pull request #10518 from lat9nq/ffmpeg-zombie-varliamwhite
CopyFFmpegDeps: Update variable name
2023-06-01Update translations (2023-06-01)The yuzu Community
2023-05-31Fix incorrect id check and potential out of bounds lookupKelebek1
2023-05-31CopyFFmpegDeps: Update variable namelat9nq
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-30Merge pull request #10506 from Kelebek1/bc_channel_fixbunnei
Skip BufferCache tickframe with no channel state set
2023-05-30Skip BufferCache tickframe with no channel state setKelebek1
2023-05-30Merge pull request #10504 from 12101111/rename-pagesizeNarr the Reg
input_common: rename PAGE_SIZE to avoid conflict
2023-05-30input_common: rename PAGE_SIZE to avoid conflict12101111
See also: https://github.com/yuzu-emu/yuzu/issues/8779
2023-05-29yuzu: Disable game list while game is runninggerman77
2023-05-28Merge pull request #10484 from Morph1984/fmt10liamwhite
externals: Update to fmt 10 and add format_as formatter for BitField
2023-05-28CMakeLists: Rollback minimum to fmt 9Morph
The mingw fmt package https://aur.archlinux.org/packages/mingw-w64-fmt has not been updated yet.
2023-05-28externals: Update to fmt 10 and add format_as formatter for BitFieldMorph
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
2023-05-28Merge pull request #10475 from ameerj/microprofile-workaroundliamwhite
microprofile: Avoid crashing due to OOB stackPos
2023-05-28Merge pull request #10483 from ameerj/gl-cpu-astcliamwhite
gl_texture_cache: Fix ASTC CPU decoding with compression disabled
2023-05-28Merge pull request #10280 from danilaml/cmake-bin-dirliamwhite
Use TARGET_FILE_DIR generator expression
2023-05-28Merge pull request #10283 from danilaml/support-interlaced-videosliamwhite
Add support for deinterlaced video playback
2023-05-28Merge pull request #10376 from abouvier/cmake-defaultliamwhite
cmake: apply defaults to all externals
2023-05-28Merge pull request #10463 from liamwhite/this-is-why-we-need-gliamwhite
vfs_concat: fix time complexity of read
2023-05-28Merge pull request #10464 from liamwhite/clear-cacheliamwhite
qt: add menu item to remove cache storage
2023-05-28Merge pull request #10469 from Kelebek1/bc_stateliamwhite
Move buffer bindings to per-channel state
2023-05-28Merge pull request #10471 from Kelebek1/test2liamwhite
Wait indefinitely when audio buffer queue is too big
2023-05-28gl_texture_cache: Fix ASTC CPU decoding with compression disabledameerj
gl_format was incorrectly being overwritten when compression was disabled
2023-05-27microprofile: Avoid crashing due to OOB stack posameerj
2023-05-28renderer_vulkan: Remove timeline semaphore waitGPUCode
2023-05-27Audren wait as suggested by ByLawsKelebek1
2023-05-27Move buffer bindings to per-channel stateKelebek1
2023-05-26qt: add menu item to remove cache storageLiam
2023-05-26Merge pull request #10414 from liamwhite/anv-push-descriptorMatías Locatti
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
2023-05-26Merge pull request #10418 from liamwhite/blink-and-youll-miss-itMatías Locatti
texture_cache: process aliases and overlaps in the correct order
2023-05-26Merge pull request #10459 from liamwhite/shfMatías Locatti
shader_recompiler: fix copy-paste error
2023-05-26vfs_concat: fix time complexity of readLiam
2023-05-26Fix buffer overlap checking skipping a page for stream score right expandKelebek1
2023-05-26shader_recompiler: fix copy-paste errorLiam
2023-05-25Merge pull request #10221 from Kelebek1/partial_dsp_revertbunnei
Add a 5ms tiemout to the DSP processing wait
2023-05-25Merge pull request #10396 from german77/amiibo_writebunnei
input_common: Implement amiibo writing
2023-05-25Merge pull request #10454 from 521337/fix-u-optionliamwhite
Don't exit when using "-u" option in yuzu-cmd
2023-05-25Merge pull request #10452 from liamwhite/ibgcFernando S
video_core: don't garbage collect during configuration