mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 10:31:54 -04:00
Easier combo for Speedrun Options (#2196)
Some people have complained about the button combo for entering the speedrun menu, saying it's awkward to press Start. This change lets you press Select instead (while holding L1+R1+X). The old combo (pressing Start) still works as well.
This commit is contained in:
@@ -121,11 +121,17 @@
|
||||
|
||||
;; allow the menu to run.
|
||||
(logclear! (-> *setting-control* default process-mask) (process-mask menu))
|
||||
|
||||
;; ??
|
||||
(set! *pause-lock* #f)
|
||||
(sound-group-pause (sound-group sfx music dialog sog3 ambient sog5 sog6 sog7))
|
||||
(hide-progress-screen)
|
||||
|
||||
;; modified for PC port - show hidden speedrun progress menu if L1+R1+X are held
|
||||
(if (and PC_PORT (-> *pc-settings* speedrunner-mode?) (cpad-hold? 0 l1) (cpad-hold? 0 r1) (cpad-hold? 0 x))
|
||||
(activate-progress *dproc* (progress-screen speedrun-options))
|
||||
(begin
|
||||
;; ??
|
||||
(set! *pause-lock* #f)
|
||||
(sound-group-pause (sound-group sfx music dialog sog3 ambient sog5 sog6 sog7))
|
||||
(hide-progress-screen)
|
||||
)
|
||||
)
|
||||
)
|
||||
(('menu)
|
||||
;; I believe these masks are just to make the progress go away work.
|
||||
|
||||
Reference in New Issue
Block a user