yuzu
yuzu copied to clipboard
Bug Sky-High Sundae Vulkan AMD MK8D
Some fix forecast for Sky-High Sundae track for Vulkan AMD, so far not fixed. Many games have these graphical bugs, this one is an example of them, due to the lack of RDNA2.
My Specs: Radeon RX 560OC 4GB; RYZEN 5 1600; 16GB DE RAM.
there was 0 'forecasted' fixes for mk8d graphically, especially on AMD. you'll be waiting a significant amount of time for specific map based issues.
there was 0 'forecasted' fixes for mk8d graphically, especially on AMD. you'll be waiting a significant amount of time for specific map based issues.
But after all it will be corrected or not in the future. Because we don't know and with that the bugs are just accumulating. Pokemon Sword and shield also until today in vulkan and no solution so far either.
Of course they will try to fix it in time. Just 0 ETA. You'll have a much easier time just joining the discord and tracking changes there so you arent turning an issue support request into general inquiry forum.
I'm not sure, but for me the texture problem is the decoders from the version 4.3 of ffmpeg, update to version 5.1 (only HEVC decoder), please try it, I just compiled it, I haven't tried it yet. The version qt. https://github.com/mcastellonc201/yuzu_cmd-update082022/blob/main/Release.zip
if you want to try other decoders,
./configure --arch=x86_64 --target-os=mingw64 --enable-shared
--disable-avdevice
--disable-avfilter
--disable-avformat
--disable-doc
--disable-everything
--disable-programs
--disable-mediafoundation
--disable-schannel
--disable-zlib
--disable-iconv
--disable-network
--disable-postproc
--disable-swresample
--disable-d3d11va
--disable-dxva2
--enable-decoder=hevc
make -j$(nproc)
for h264, change --enable-decoder=h264
Good luck. Regards.
Same bug on the SteamDeck :/
duplicate of #8748