mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 10:54:44 +00:00
libc cleanup (#1568)
* libc cleanup * Suggested changes, small alloca tweak * Remove printf include
This commit is contained in:
parent
4e55168eaa
commit
3475651701
46 changed files with 571 additions and 432 deletions
|
@ -301,7 +301,7 @@ void GfxPrint_PrintString(GfxPrint* this, const char* str) {
|
|||
}
|
||||
}
|
||||
|
||||
void* GfxPrint_Callback(void* arg, const char* str, u32 size) {
|
||||
void* GfxPrint_Callback(void* arg, const char* str, size_t size) {
|
||||
GfxPrint* this = arg;
|
||||
|
||||
GfxPrint_PrintStringWithSize(this, str, sizeof(char), size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue