From 52d21b4b7c7c2d4e65f78a0b745e8d0740792e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 13 Feb 2021 04:15:16 -0300 Subject: [PATCH] Updated super smash bros ultimate (markdown) --- super-smash-bros-ultimate.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/super-smash-bros-ultimate.md b/super-smash-bros-ultimate.md index ac48aeb..9d9e8f0 100644 --- a/super-smash-bros-ultimate.md +++ b/super-smash-bros-ultimate.md @@ -5,10 +5,16 @@ Super Smash Bros. Ultimate is playable. But some modes are unplayable as the ser * Some modes like Spirits Adventure Mode will trigger crash or when a battle start most times the screen will stay black but audio will typically still play. To remedy this most times just restart the emulator - emulation until the issue is resolved. * The spirit board also is problematic and will likely look like it is continuously shuffling. The upgrade menu for spirits is fine. * you cannot play local wireless and online as it is not implemented on yuzu. -* This game is very shader intensive game, when you first play this game this game stutters frequently to cache shaders.When you play with vulkan, it stutters everytime because vulkan currently does not have a disk shader cache. +* This game is very shader intensive game, when you first play this game this game stutters frequently to cache shaders. When you play with Vulkan, it stutters every time because Vulkan currently does not have a disk shader cache. +#### Shader cache collecting: + +The game uses two different sets of shaders, one is for to 1-4 players, second one is for 5-8 players. For a faster way to build your shader cache, do CPU matches keeping this in mind. + +Nvidia users are recommended to build the cache with assembly shaders enabled, then once the cache is done or big enough, disable assembly shaders to get a smooth experience. #### Game-Specific configuration: -- Turn on `asynchronous shader building` to reduce shader stutters. -- For Nvidia `OpenGL` users, turning on `assembly shaders` will also reduce shader stutter. \ No newline at end of file +- Turn on `asynchronous shader building` to reduce shader stutters on `Vulkan`. +- For Nvidia `OpenGL` users, turning on `assembly shaders` will also reduce shader stutter. +- Unfuse FMA may produce inaccurate hitboxes, if you are using Unsafe CPU Accuracy, make sure to disable Unfuse FMA. \ No newline at end of file