mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Fix compiling
This commit is contained in:
parent
b2b31b0421
commit
688e5a3af6
2 changed files with 31 additions and 31 deletions
|
@ -25,7 +25,7 @@ SPURecompilerCore::SPURecompilerCore(SPUThread& cpu)
|
||||||
memset(entry, 0, sizeof(entry));
|
memset(entry, 0, sizeof(entry));
|
||||||
X86CpuInfo inf;
|
X86CpuInfo inf;
|
||||||
X86CpuUtil::detect(&inf);
|
X86CpuUtil::detect(&inf);
|
||||||
if (!inf.hasFeature(kX86CpuFeatureSse41))
|
if (!inf.hasFeature(kX86CpuFeatureSSE4_1))
|
||||||
{
|
{
|
||||||
LOG_ERROR(SPU, "SPU JIT requires SSE4.1 instruction set support");
|
LOG_ERROR(SPU, "SPU JIT requires SSE4.1 instruction set support");
|
||||||
Emu.Pause();
|
Emu.Pause();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue