2022-08-11 01:50:38 +00:00
|
|
|
--- 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
|
|
|
|
|
2022-08-11 15:02:58 +00:00
|
|
|
yinit.use_cpu_affinity = 1;
|
2022-08-11 01:50:38 +00:00
|
|
|
|
|
|
|
- yinit.use_sh2_cache = 1;
|
|
|
|
+ yinit.use_sh2_cache = 0;
|
|
|
|
|
|
|
|
res = YabauseInit(&yinit);
|
|
|
|
if( res == -1) {
|