mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
x64Emitter: Fix missing-declarations warning
This commit is contained in:
parent
33152740d0
commit
2383e68fd8
@ -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.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user