recompile material
This commit is contained in:
12
ios/include/material/image.S
Normal file
12
ios/include/material/image.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global IMAGE_IMAGE_OFFSET;
|
||||
.global IMAGE_IMAGE_SIZE;
|
||||
|
||||
.global IMAGE_PACKAGE
|
||||
.section .rodata
|
||||
IMAGE_PACKAGE:
|
||||
.incbin "image.bin"
|
||||
IMAGE_IMAGE_OFFSET:
|
||||
.int 0
|
||||
IMAGE_IMAGE_SIZE:
|
||||
.int 44497
|
||||
|
||||
Reference in New Issue
Block a user