* 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:
zeromus 2017-07-10 12:58:52 -05:00
parent 5781746251
commit 0f686a0de1
2 changed files with 2 additions and 2 deletions

View File

@ -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.