mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Linux build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3436 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7812b2a231
commit
8a5c382dad
@ -338,8 +338,10 @@ void Jit64::Cleanup()
|
||||
{
|
||||
if (jo.optimizeGatherPipe && js.fifoBytesThisBlock > 0)
|
||||
ABI_CallFunction((void *)&GPFifo::CheckGatherPipe);
|
||||
#ifdef _WIN32
|
||||
if (GetAsyncKeyState(VK_LSHIFT))
|
||||
ABI_CallFunction(thunks.ProtectFunction((void *)&CheckForNans, 0));
|
||||
#endif
|
||||
}
|
||||
|
||||
void Jit64::WriteExit(u32 destination, int exit_num)
|
||||
|
Loading…
Reference in New Issue
Block a user