mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 08:56:59 -04:00
ref: update pad_REF (#1761)
This commit is contained in:
+3
-3
@@ -140,11 +140,11 @@
|
||||
;; definition of type cpad-list
|
||||
(deftype cpad-list (basic)
|
||||
((num-cpads int32 :offset-assert 4)
|
||||
(cpads cpad-info 2 :offset-assert 8)
|
||||
(cpads cpad-info 4 :offset-assert 8)
|
||||
)
|
||||
:method-count-assert 9
|
||||
:size-assert #x10
|
||||
:flag-assert #x900000010
|
||||
:size-assert #x18
|
||||
:flag-assert #x900000018
|
||||
(:methods
|
||||
(new (symbol type) _type_ 0)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user