mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-19 07:04:45 +00:00
Disable the simd stuff for now.
Won't have time to look at this for a bit...
This commit is contained in:
parent
811a27a6e6
commit
473f388088
@ -120,7 +120,7 @@ JitOptions::JitOptions()
|
||||
continueBranches = false;
|
||||
continueJumps = false;
|
||||
continueMaxInstructions = 300;
|
||||
enableVFPUSIMD = true;
|
||||
enableVFPUSIMD = false;
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
Loading…
x
Reference in New Issue
Block a user