N64 - fix issue 273

This commit is contained in:
adelikat 2014-09-27 21:15:51 +00:00
parent da7cb4ec59
commit 52d3ad8467
1 changed files with 2 additions and 2 deletions
BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeAPI

View File

@ -577,10 +577,10 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64.NativeApi
//so here are two workaround methods.
//method 1.
//BizHawk.Common.Win32ThreadHacks.HackyPinvokeWaitOne(m64pFrameComplete);
BizHawk.Common.Win32ThreadHacks.HackyPinvokeWaitOne(m64pFrameComplete);
//method 2.
BizHawk.Common.Win32ThreadHacks.HackyComWaitOne(m64pFrameComplete);
//BizHawk.Common.Win32ThreadHacks.HackyComWaitOne(m64pFrameComplete);
}
public int SaveState(byte[] buffer)