fix dma_copy

This commit is contained in:
Alex Bates 2020-10-30 17:45:38 +00:00
parent 3d9127a340
commit 8939f6da76
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -53,7 +53,7 @@ void copy_matrix(Matrix4f* src, Matrix4f* dest) {
bcopy(src, dest, sizeof(Matrix4f));
}
INCLUDE_ASM(s32, "code_42e0_len_1f60", dma_copy);
INCLUDE_ASM(void, "code_42e0_len_1f60", dma_copy, void* romStart, void* romEnd, void* vramDest);
INCLUDE_ASM(s32, "code_42e0_len_1f60", func_800297D4);