Lua - fix savestate.loadslot()
This commit is contained in:
parent
a0111d1c08
commit
5382a348dc
|
@ -1863,7 +1863,7 @@ namespace BizHawk.MultiClient
|
||||||
if (x < 0 || x > 9)
|
if (x < 0 || x > 9)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Global.MainForm.LoadState("QuickLoad" + x.ToString(), true);
|
Global.MainForm.LoadState("QuickSave" + x.ToString(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void savestate_save(object lua_input)
|
public void savestate_save(object lua_input)
|
||||||
|
|
Loading…
Reference in New Issue