Files
jak-project/goal_src/jak2/engine/gfx/generic/generic-effect.gc
T
Tyler Wilding b072126764 d/jak2: some minor fixes and workarounds to make debugging easier (#2116)
- worked around audio code for gungame, the tutorials now function
- auto-exit cutscenes upon entry. This doesn't always work nicely (i
didnt want to cause any side-effects due to messing with load states)
but it atleast stops jak from being stuck forever waiting for the
cutscene to load
2023-01-14 12:36:41 -05:00

16 lines
287 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: generic-effect.gc
;; name in dgo: generic-effect
;; dgos: ENGINE, GAME
;; DECOMP BEGINS
(defun upload-vu0-program ((func vu-function) (wait-ptr pointer))
"Upload and block until done.
Generating the DMA is highly optimized."
(none)
)