Bk2 - savestate anchored movies

This commit is contained in:
adelikat 2014-06-14 18:33:22 +00:00
parent edf3d7ef10
commit fed401164f
1 changed files with 4 additions and 1 deletions

View File

@ -121,7 +121,10 @@ namespace BizHawk.Client.Common
string line; string line;
while ((line = tr.ReadLine()) != null) while ((line = tr.ReadLine()) != null)
{ {
// TODO: savestate if (!string.IsNullOrWhiteSpace(line))
{
SavestateBinaryBase64Blob = line;
}
} }
}); });
} }