Merge pull request #233 from fewtarius/dev

Roll back affinity patch.
This commit is contained in:
fewtarius 2022-06-26 12:50:18 -04:00 committed by GitHub
commit e3d3c3231a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {