mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 23:22:17 -04:00
Add fall back condition (#3452)
This commit is contained in:
@@ -864,17 +864,15 @@
|
||||
*main-options-secrets*
|
||||
*main-options-pc*))
|
||||
(set! (-> *options-remap* (progress-screen game-settings)) *game-options-pc*)
|
||||
(set! (-> *options-remap* (progress-screen graphic-settings)) *graphic-options-pc*)
|
||||
(let ((max-refresh-rate (pc-get-active-display-refresh-rate)))
|
||||
(cond
|
||||
((> max-refresh-rate 100)
|
||||
(set! (-> *options-remap* (progress-screen graphic-settings)) *graphic-options-pc*)
|
||||
(set! *carousell-frame-rate* *carousell-frame-rate-150fps*)
|
||||
)
|
||||
((> max-refresh-rate 60)
|
||||
(set! (-> *options-remap* (progress-screen graphic-settings)) *graphic-options-pc*)
|
||||
(set! *carousell-frame-rate* *carousell-frame-rate-100fps*)
|
||||
)
|
||||
))
|
||||
)))
|
||||
|
||||
(set! (-> *options-remap* (progress-screen sound-settings)) *sound-options-pc*)
|
||||
(set! (-> *options-remap* (progress-screen memcard-no-space)) *ok-options*)
|
||||
|
||||
Reference in New Issue
Block a user