yuzu-mainline/src
Squall Leonhart b57d98f847
brings back the removed If statement and adds the num_level test
This resolves the out of bounds read/writes in the linear swizzler, it brings back the scaled TOTK Recall bug however, pending further work in the block size calculation.

Recall is not glitched in the Dynamic FPS resolution mod to the degree that it is in the native yuzu scaler, this can be a workaround for the time being.


The recall effect is constructed from multiple 320x180 texture slices, it breaking may have a similar origin to https://github.com/Ryujinx/Ryujinx/pull/5640

but it may also be connected to the other deficiencies identified in the Yuzu size calculations, such as no apparent implementation of slice testing for end of slce depth as opposed to full aligned size as implemented in https://github.com/Ryujinx/Ryujinx/pull/5220
2023-10-15 02:09:28 +11:00
..
android android: Set up signing config for release builds 2023-09-17 01:22:16 -04:00
audio_core Reimplement HardwareOpus 2023-09-16 11:56:25 -04:00
common Reimplement HardwareOpus 2023-09-16 11:56:25 -04:00
core mii_types: Remove null terminator check 2023-09-17 15:23:57 -04:00
dedicated_room msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
input_common msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
network msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
shader_recompiler shader_recompiler: skip sampler for buffer textures (#11435) 2023-09-14 15:23:50 +02:00
tests msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
video_core brings back the removed If statement and adds the num_level test 2023-10-15 02:09:28 +11:00
web_service Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 -04:00
yuzu Merge pull request #11492 from lat9nq/c-numeric-conversions 2023-09-16 11:40:03 -04:00
yuzu_cmd cmd/yuzu: Remove uncaught usage of stoi 2023-09-13 13:52:09 -04:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt ci: fix msvc when used with LTO (#11459) 2023-09-11 23:25:21 +02:00