mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 09:09:46 +00:00
commit
4f031c11c6
4 changed files with 33 additions and 33 deletions
2
asmjit
2
asmjit
|
@ -1 +1 @@
|
|||
Subproject commit 1318c9aff7137b30aec7dee2ababb2b313ae0f06
|
||||
Subproject commit 48da90ded775fa2ba0fd3f15522890ad631ad6de
|
2
ffmpeg
2
ffmpeg
|
@ -1 +1 @@
|
|||
Subproject commit 352fdfbbfa6d7b26142f00b43d7e1802a03c68a8
|
||||
Subproject commit 79a2d7a9f780ad27d1622010cb1cb8396c3701e9
|
|
@ -25,7 +25,7 @@ SPURecompilerCore::SPURecompilerCore(SPUThread& cpu)
|
|||
memset(entry, 0, sizeof(entry));
|
||||
X86CpuInfo inf;
|
||||
X86CpuUtil::detect(&inf);
|
||||
if (!inf.hasFeature(kX86CpuFeatureSse41))
|
||||
if (!inf.hasFeature(kX86CpuFeatureSSE4_1))
|
||||
{
|
||||
LOG_ERROR(SPU, "SPU JIT requires SSE4.1 instruction set support");
|
||||
Emu.Pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue