mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
Fixed sys_lib conflict
This commit is contained in:
parent
3892bcefa2
commit
9a9f677fbb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user