N64 - fix issue 273
This commit is contained in:
parent
da7cb4ec59
commit
52d3ad8467
BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeAPI
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue