mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
jak2: add missing pc options to progress menu (#3167)
This commit is contained in:
@@ -62,6 +62,14 @@
|
||||
(uk-english)
|
||||
)
|
||||
|
||||
(defenum runtime-exit-status
|
||||
:type uint32
|
||||
(running)
|
||||
(restart-runtime)
|
||||
(exit)
|
||||
(restart-in-debug)
|
||||
)
|
||||
|
||||
(define-extern *debug-segment* symbol)
|
||||
(define-extern nothing (function none))
|
||||
(define-extern _format (function _varargs_ object))
|
||||
@@ -92,7 +100,7 @@
|
||||
(define-extern file-stream-write (function file-stream pointer uint uint))
|
||||
(define-extern file-stream-close (function file-stream file-stream))
|
||||
(define-extern new-dynamic-structure (function symbol type int structure))
|
||||
(define-extern kernel-shutdown (function none))
|
||||
(define-extern kernel-shutdown (function runtime-exit-status none))
|
||||
(define-extern scf-get-timeout (function int))
|
||||
(define-extern scf-get-inactive-timeout (function int))
|
||||
(define-extern syncv (function int int))
|
||||
@@ -7445,6 +7453,13 @@
|
||||
(trick-darkjak-bomb0 #x1330)
|
||||
(trick-darkjak-bomb1 #x1331)
|
||||
(trick-darkjak-giant #x1332)
|
||||
(progress-graphics-ps2 #x1333)
|
||||
(progress-graphics-actor-culling #x1334)
|
||||
(progress-graphics-force-envmap #x1335)
|
||||
(progress-fast-progress #x1336)
|
||||
(progress-graphics-ps2-lod-dist #x1337)
|
||||
(progress-graphics-msaa-off #x1338)
|
||||
(progress-graphics-display #x1339)
|
||||
)
|
||||
;; ---text-id-h:text-id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user