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:
parent
6019670f95
commit
74cafb6ace
|
@ -299,10 +299,6 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
_settings.Type = type;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new InvalidOperationException();
|
||||
}
|
||||
}
|
||||
|
||||
public void SetEndian(bool bigendian)
|
||||
|
|
Loading…
Reference in New Issue