fix savestate.registerload

This commit is contained in:
adelikat 2012-03-28 01:24:32 +00:00
parent c88a6b4b7a
commit b585a0a23a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace BizHawk.MultiClient
{
try
{
savestate_registerloadfunc.Call();
savestate_registerloadfunc.Call(name);
}
catch (SystemException e)
{