jak3: remove old pal graphics menu and enable fps setting in retail (#4149)

This commit is contained in:
Hat Kid
2026-04-02 02:17:45 +02:00
committed by GitHub
parent 07a1fcacae
commit 0e0da376c3
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -605,12 +605,7 @@
)
)
(('graphic-options)
(set! (-> this current-options)
(if (or (= (scf-get-territory) 1) (and (= *progress-cheat* 'pal) (cpad-hold? 0 l2) (cpad-hold? 0 r2)))
*graphic-title-options-pal*
*graphic-options-pc*
)
)
(set! (-> this current-options) *graphic-options-pc*)
)
(('sound-options)
(set! (-> this current-options) *sound-options-pc*)
@@ -724,7 +724,7 @@ This gives us more freedom to write code how we want.
(pc-settings-save)))
(new 'static 'menu-generic-carousel-option
:name (text-id progress-frame-rate)
:should-disable? (lambda () (or (not *debug-segment*) (-> *pc-settings* speedrunner-mode?)))
:should-disable? (lambda () (-> *pc-settings* speedrunner-mode?))
:get-item-index-fn (lambda ()
;; TODO - use an array
(case (-> *pc-settings* target-fps)