Skip to content

Commit 9b011ed

Browse files
committed
Update NewEmulatorPage.qml
1 parent 08c5e5a commit 9b011ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qml/pages/NewEmulatorPage.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FocusScope {
2121
return
2222
}
2323

24-
if (shortcut === 0) {
24+
if (shortcut === 0 && !achievement_manager.inHardcoreMode) {
2525
root.createRewindPoints()
2626
} else if (shortcut === 3) {
2727
emulator.incrementPlaybackMultiplier()

0 commit comments

Comments
 (0)