diff --git a/data/emulator.js b/data/emulator.js index e70ce9f..74bcbe3 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -3133,12 +3133,6 @@ class EmulatorJS { this.isFastForward = false; this.gameManager.toggleFastForward(0); } - } else if (option === "rewindEnabled") { - if (value === "enabled") { - this.rewindEnabled = true; - } else if (value === "disabled") { - this.rewindEnabled = false; - } } else if (option === "rewind-granularity") { if (this.rewindEnabled) { this.gameManager.setRewindGranularity(parseInt(value));