Commit Graph

6 Commits

Author SHA1 Message Date
Crementif
3b265520fd
[BotW] More proper faster arrow fix
Since 1.0 floats are very common, this float was likely used in other game code as well. Changing it to 3.0 could be bad, so it's better to just change the instruction that loads it and does the arrow loading.
The fix here is to just have a symbol available to load the lower half from, instead of hardcoding it which Cemu's backwards compatible patcher doesn't like and softlocks.
2020-07-27 00:45:52 +02:00
Crementif
3c20ea5e5f
[BotW] Temporary fix for faster arrow draw distance mod
Full fix will be in the V5 pack, since this might cause side effects due to the float being loaded by other things.
2020-07-26 22:45:33 +02:00
Exzap
63a51ab720 Update some graphic packs to version 4
Clarity got updated, plus a bunch of graphic packs that don't use shaders.
2019-11-16 04:54:26 +01:00
Michael
477f71cf86 Revert "Improve performance with (almost) every game"
This reverts commit 2f5488c22e.
2019-04-01 19:54:41 -07:00
Michael
2f5488c22e Improve performance with (almost) every game 2019-03-31 22:45:26 -07:00
Michael
6839fabe61 Separate BotW Cheats into their own packs
Allows people to enable the ones they want via the graphic pack menu
2018-11-30 18:09:00 -08:00