Bk2 - savestate anchored movies
This commit is contained in:
parent
edf3d7ef10
commit
fed401164f
|
@ -121,7 +121,10 @@ namespace BizHawk.Client.Common
|
|||
string line;
|
||||
while ((line = tr.ReadLine()) != null)
|
||||
{
|
||||
// TODO: savestate
|
||||
if (!string.IsNullOrWhiteSpace(line))
|
||||
{
|
||||
SavestateBinaryBase64Blob = line;
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue