n64: gc issue fix?????????
This commit is contained in:
parent
1292c87ca8
commit
079255b29f
|
@ -522,9 +522,11 @@ namespace BizHawk.Emulation.Consoles.Nintendo.N64
|
|||
public void ExecuteEmulator()
|
||||
{
|
||||
emulator_running = true;
|
||||
var cb = new StartupCallback(() => m64pStartupComplete.Set());
|
||||
m64pCoreDoCommandPtr(m64p_command.M64CMD_EXECUTE, 0,
|
||||
Marshal.GetFunctionPointerForDelegate(new StartupCallback(() => m64pStartupComplete.Set())));
|
||||
Marshal.GetFunctionPointerForDelegate(cb));
|
||||
emulator_running = false;
|
||||
cb.GetType();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue