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:
ZedB0T 2023-06-04 11:02:51 -04:00 committed by GitHub
parent 45b83ad5d5
commit d41858c61c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -46,6 +46,7 @@
(unknown 15)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; updates
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -256,9 +257,12 @@
`(begin
(cpad-clear! 0 r1)
(logxor! ,cheats-var (pc-cheats ,cheat))
(if (-> *pc-settings* speedrunner-mode?)
(sound-play "cursor-options")
(cheats-sound-play (logtest? ,cheats-var (pc-cheats ,cheat)))
)
)
)
(defun bcd->dec ((bcd uint))
"Convert a number encoded in BCD to its decimal equivalent"

View file

@ -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)