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