mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01: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)
|
if (jo.optimizeGatherPipe && js.fifoBytesThisBlock > 0)
|
||||||
ABI_CallFunction((void *)&GPFifo::CheckGatherPipe);
|
ABI_CallFunction((void *)&GPFifo::CheckGatherPipe);
|
||||||
|
#ifdef _WIN32
|
||||||
if (GetAsyncKeyState(VK_LSHIFT))
|
if (GetAsyncKeyState(VK_LSHIFT))
|
||||||
ABI_CallFunction(thunks.ProtectFunction((void *)&CheckForNans, 0));
|
ABI_CallFunction(thunks.ProtectFunction((void *)&CheckForNans, 0));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Jit64::WriteExit(u32 destination, int exit_num)
|
void Jit64::WriteExit(u32 destination, int exit_num)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user