mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
jak3: remove old pal graphics menu and enable fps setting in retail (#4149)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user