Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | settings: Always report a valid time zone | lat9nq | |
Prevents needing to deduce the non-Switch setting in core. Instead, we deduce the meaning of this setting where the heresy is committed, in common. settings: Remove strftime usage GetTimeZoneString: Use standard features Also forces GMT on MinGW due to broken strftime. | |||
2023-06-05 | time_manager: Don't offset RTC by system time zone | lat9nq | |
This causes the emulated system's universal time to be on the user's clock, and the user time to be off if they set a time zone. time_manager: Remove GetExternalRtcTime | |||
2023-06-05 | tz_content_manager: Detect system time zone | lat9nq | |
Uses C++20 tzdb to determine the system timezone. The switch uses the 597 posix time zones, so this needs tests if the system time zone isn't posix-compliant. | |||
2023-06-04 | Merge pull request #10594 from liamwhite/double-patch | bunnei | |
fsp-srv: avoid patching romfs multiple times | |||
2023-06-03 | Merge pull request #10588 from liamwhite/vfs-cached | bunnei | |
vfs: add vfs_cached for romfs build | |||
2023-06-03 | Merge pull request #10550 from kkoniuszy/linux-map-buildup-fix | bunnei | |
host_memory: merge adjacent placeholder mappings on Linux | |||
2023-06-03 | fsp-srv: avoid patching romfs multiple times | Liam | |
2023-06-03 | Update README.md (Add Android at builds description) (#10586) | Minionguyjpro | |
2023-06-03 | romfs: use vfs_cached for romfs output | Liam | |
2023-06-03 | vfs: add vfs_cached for romfs build | Liam | |
2023-06-02 | Merge pull request #10575 from bm01/issue-template | bunnei | |
issue_template: Add link to website, Getting Log Files | |||
2023-06-02 | issue_template: Add link to website, Getting Log Files | Baptiste Marie | |
2023-06-01 | host_memory: merge adjacent placeholder mappings on Linux | kkoniuszy | |
Track the private anonymous placeholder mappings created by Unmap() and wherever possible, replace existing placeholders with larger ones instead of creating many small ones. This helps with the buildup of mappings in /proc/YUZU_PID/maps after a longer gaming session, improving stability without having to increase vm.max_map_count to a ridiculous value. The amount of placeholder mappings will no longer outgrow the amount of actual memfd mappings in cases of high memory fragmentation. | |||
2023-06-01 | Merge pull request #10541 from zhaobot/tx-update-20230601030142 | liamwhite | |
Update translations (2023-06-01) | |||
2023-06-01 | Merge pull request #10091 from Kelebek1/bc_bugggggg | liamwhite | |
Fix buffer overlap checking skipping a page for stream score right expand | |||
2023-06-01 | Merge pull request #10530 from Kelebek1/syncpt_oob | liamwhite | |
Fix incorrect syncpt id bounds check and potential out of bounds lookup | |||
2023-06-01 | Merge pull request #10474 from GPUCode/you-left-me-waiting | liamwhite | |
Remove timeline semaphore wait | |||
2023-06-01 | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settings | liamwhite | |
add context menu for status bar settings | |||
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-06-01 | Update translations (2023-06-01) | The yuzu Community | |
2023-05-31 | Fix incorrect id check and potential out of bounds lookup | Kelebek1 | |
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-28 | renderer_vulkan: Remove timeline semaphore wait | GPUCode | |
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 | |