* revert strict string checking behaviour from nlua Revision 10f4d0ce78a2a3cb9b727ac55c8705385f0ded7e (we dont want it, probably)
* do a better job porting old commits from bizhawk (should fix memory leaks, optional arguments)
This commit is contained in:
parent
5781746251
commit
0f686a0de1
|
@ -199,10 +199,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
var execResult = script.Resume(0);
|
||||
|
||||
//_lua.RunScheduledDisposes();
|
||||
_lua.RunScheduledDisposes();
|
||||
|
||||
// not sure how this is going to work out, so do this too
|
||||
//script.RunScheduledDisposes();
|
||||
script.RunScheduledDisposes();
|
||||
|
||||
_currThread = null;
|
||||
var result = new ResumeResult();
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue