mirror of
https://github.com/zeldaret/oot
synced 2026-09-02 18:02:49 -04:00
Move non-libultra libc functions to src/libc/ (#2055)
* Move non-libultra libc functions to src/libc/ * Add explicit nops in delay slots * Don't rely on CPP expanding undefined macros to 0 * Delete old Makefile rules * Fix type of memset()
This commit is contained in:
+2
-2
@@ -1740,8 +1740,8 @@ void guMtxF2L(MtxF* m1, Mtx* m2);
|
||||
void* osViGetCurrentFramebuffer(void);
|
||||
s32 __osSpSetPc(void* pc);
|
||||
f32 absf(f32);
|
||||
void* __osMemset(void* dest, s32 val, size_t len);
|
||||
void* __osMemmove(void* dest, const void* src, size_t len);
|
||||
void* memset(void* dest, int val, size_t len);
|
||||
void* memmove(void* dest, const void* src, size_t len);
|
||||
void Message_UpdateOcarinaMemoryGame(PlayState* play);
|
||||
u8 Message_ShouldAdvance(PlayState* play);
|
||||
void Message_CloseTextbox(PlayState*);
|
||||
|
||||
Reference in New Issue
Block a user