Ram Search Engine - don't throw exception on not having the type in SetType() this can be the result of the user changing settings before rebooting

This commit is contained in:
adelikat 2014-05-18 19:14:48 +00:00
parent 6019670f95
commit 74cafb6ace
1 changed files with 0 additions and 4 deletions

View File

@ -299,10 +299,6 @@ namespace BizHawk.Client.Common
{
_settings.Type = type;
}
else
{
throw new InvalidOperationException();
}
}
public void SetEndian(bool bigendian)