mirror of
https://github.com/open-goal/jak-project
synced 2026-07-28 07:09:43 -04:00
[graphics] tie generic (#1341)
* [gtie] tie inst and proto functions * first chain input to generic ee looks good * m * works * ugh * add tie generic * rm debug print * rm generic ties from fr3
This commit is contained in:
@@ -121,9 +121,9 @@
|
||||
(PC_PORT
|
||||
|
||||
;; make sure the scratchpad is 16kb aligned, and make it 32 kB so we can big stacks on it.
|
||||
(let* ((mem (new 'global 'array 'uint8 (* (+ 16 32) 1024)))
|
||||
(let* ((mem (new 'global 'array 'uint8 (* 128 1024)))
|
||||
)
|
||||
(define *fake-scratchpad-data* (the pointer (align-n mem (* 16 1024))))
|
||||
(define *fake-scratchpad-data* (the pointer (align-n mem (* 64 1024))))
|
||||
)
|
||||
|
||||
;; We will move stacks on the scratchpad to here.
|
||||
|
||||
Reference in New Issue
Block a user