proof of concept means it should only be in developer builds
This commit is contained in:
parent
2a1c9e8602
commit
f9e2b924cd
|
@ -119,7 +119,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
Properties.Resources.ts_h_arrow_green;
|
||||
}
|
||||
}
|
||||
else if (columnName == FrameColumnName)
|
||||
else if (columnName == FrameColumnName && VersionInfo.DeveloperBuild)
|
||||
{
|
||||
TasMovieRecord record = CurrentTasMovie[index];
|
||||
if (record.HasState)
|
||||
|
|
Loading…
Reference in New Issue