now no one gets to have any fun

This commit is contained in:
nattthebear 2017-04-22 16:04:39 -04:00
parent 350f4facf5
commit e199dfda0d
1 changed files with 1 additions and 7 deletions

View File

@ -100,13 +100,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
public string SystemId { get; }
// adelikat: Nasty hack to force new business logic. Compatibility (and Accuracy when fully supported) will ALWAYS be in deterministic mode,
// a consequence is a permanent performance hit to the compatibility core
// Perormance will NEVER be in deterministic mode (and the client side logic will prohibit movie recording on it)
// feos: Nasty hack to a nasty hack. Allow user disable it with a strong warning.
public bool DeterministicEmulation =>
_settings.ForceDeterminism
&& (CurrentProfile == "Compatibility" || CurrentProfile == "Accuracy");
public bool DeterministicEmulation => true;
public string BoardName { get; }