add macOS implementation
This commit is contained in:
12
macos/include/material/standard.apple.S
Normal file
12
macos/include/material/standard.apple.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global _STANDARD_STANDARD_OFFSET;
|
||||
.global _STANDARD_STANDARD_SIZE;
|
||||
|
||||
.global _STANDARD_PACKAGE
|
||||
.section __TEXT,__const
|
||||
_STANDARD_PACKAGE:
|
||||
.incbin "standard.bin"
|
||||
_STANDARD_STANDARD_OFFSET:
|
||||
.int 0
|
||||
_STANDARD_STANDARD_SIZE:
|
||||
.int 1031374
|
||||
|
||||
Reference in New Issue
Block a user