fix savestate.registerload
This commit is contained in:
parent
c88a6b4b7a
commit
b585a0a23a
|
@ -47,7 +47,7 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
try
|
||||
{
|
||||
savestate_registerloadfunc.Call();
|
||||
savestate_registerloadfunc.Call(name);
|
||||
}
|
||||
catch (SystemException e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue