mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
x64Emitter: Fix missing-declarations warning
This commit is contained in:
@@ -1862,7 +1862,7 @@ void XEmitter::WriteVEXOp4(u8 opPrefix, u16 op, X64Reg regOp1, X64Reg regOp2, co
|
||||
Write8((u8)regOp3 << 4);
|
||||
}
|
||||
|
||||
void CheckAVXSupport()
|
||||
static void CheckAVXSupport()
|
||||
{
|
||||
if (!cpu_info.bAVX)
|
||||
PanicAlertFmt("Trying to use AVX on a system that doesn't support it. Bad programmer.");
|
||||
|
||||
Reference in New Issue
Block a user