commit
e3d3c3231a
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
--- 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_cpu_affinity = 0;
|
||||
|
||||
- yinit.use_sh2_cache = 1;
|
||||
+ yinit.use_sh2_cache = 0;
|
||||
|
||||
res = YabauseInit(&yinit);
|
||||
if( res == -1) {
|
Loading…
Reference in a new issue