mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-03 10:41:13 -04:00
Fixed sys_lib conflict
This commit is contained in:
committed by
Sonic Dreamcaster
parent
3892bcefa2
commit
9a9f677fbb
+1
-1
@@ -101,7 +101,7 @@ void Lib_InitOrtho(Gfx** dList) {
|
||||
Matrix_Copy(gGfxMatrix, &gIdentityMatrix);
|
||||
}
|
||||
|
||||
void Lib_DmaRead(void* src, void* dst, ptrdiff_t size) {
|
||||
void Lib_DmaRead(void* src, void* dst, s32 size) {
|
||||
osInvalICache(dst, size);
|
||||
osInvalDCache(dst, size);
|
||||
while (size > 0x100) {
|
||||
|
||||
Reference in New Issue
Block a user