mirror of
https://github.com/open-goal/jak-project
synced 2026-06-08 04:17:28 -04:00
Show the git commit version in screenshots/videos [Jak 2] (#2677)
With issues/screenshots becoming more common its probably time to turn this on for debugging reasons.
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
(unknown 15)
|
||||
)
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;; updates
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -256,7 +257,10 @@
|
||||
`(begin
|
||||
(cpad-clear! 0 r1)
|
||||
(logxor! ,cheats-var (pc-cheats ,cheat))
|
||||
(cheats-sound-play (logtest? ,cheats-var (pc-cheats ,cheat)))
|
||||
(if (-> *pc-settings* speedrunner-mode?)
|
||||
(sound-play "cursor-options")
|
||||
(cheats-sound-play (logtest? ,cheats-var (pc-cheats ,cheat)))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -1730,7 +1730,9 @@
|
||||
(suspend)
|
||||
)
|
||||
(#when PC_PORT
|
||||
(update *pc-settings*))
|
||||
(update *pc-settings*)
|
||||
(if (and *display-sha* *debug-segment*)
|
||||
(draw-build-revision)))
|
||||
)
|
||||
)
|
||||
(set! *dproc* #f)
|
||||
|
||||
Reference in New Issue
Block a user