Skip to content

Commit

Permalink
spu2: purge sse2
Browse files Browse the repository at this point in the history
  • Loading branch information
GovanifY committed Mar 27, 2021
1 parent d2c2d9b commit 53f683b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pcsx2/SPU2/spu2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@ u32 lClocks = 0;
static bool CheckSSE()
{
return true;

#if 0
if( !cpu_detected )
{
cpudetectInit();
cpu_detected = true;
}
if( !x86caps.hasStreamingSIMDExtensions || !x86caps.hasStreamingSIMD2Extensions )
{
SysMessage( "Your CPU does not support SSE2 instructions.\nThe SPU2 plugin requires SSE2 to run." );
return false;
}
return true;
#endif
}

void SPU2configure()
Expand Down

0 comments on commit 53f683b

Please sign in to comment.