mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 11:36:26 -04:00
[decomp] clean up KERNEL.CGO code (#1420)
* [decomp] clean up KERNEL.CGO code * spelling is hard
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
||||
;; definition for function load-package
|
||||
(defun load-package ((arg0 string) (arg1 kheap))
|
||||
(when (not (nmember arg0 *kernel-packages*))
|
||||
(dgo-load arg0 arg1 15 #x200000)
|
||||
(dgo-load arg0 arg1 (link-flag output-load-msg output-load-true-msg execute-login print-login) #x200000)
|
||||
(let ((v0-1 (cons arg0 *kernel-packages*)))
|
||||
(set! *kernel-packages* v0-1)
|
||||
v0-1
|
||||
|
||||
Reference in New Issue
Block a user