distribution/packages/games/emulators/yabasanshiroSA/patches/aarch64/06-yabasanshiroSA-sh2-cache-perf.patch
2022-09-03 11:33:31 -04:00

13 lines
342 B
Diff

--- a/yabause/src/retro_arena/main.cpp
+++ b/yabause/src/retro_arena/main.cpp
@@ -263,9 +263,9 @@ int yabauseinit()
yinit.rbg_use_compute_shader = pre.getBool( "Use compute shader" , false);
#endif
yinit.use_cpu_affinity = 1;
- yinit.use_sh2_cache = 1;
+ yinit.use_sh2_cache = 0;
res = YabauseInit(&yinit);
if( res == -1) {