diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-09-16 09:01:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-16 09:01:55 -0600 |
| commit | 60ac50c9628d25968bfe367e1b4b6f030078be64 (patch) | |
| tree | e03a0d825cfe443adcf076cb643c20692151f431 /include/stubs.h | |
| parent | 7adfdaa9abb18d76ae80f26bff58c2c4dc4f3f29 (diff) | |
| parent | 8fb42e50d70356300050048b57def3123e6d4552 (diff) | |
Merge branch 'main' into Caladius-patch-1Caladius-patch-1
Diffstat (limited to 'include/stubs.h')
| -rw-r--r-- | include/stubs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stubs.h b/include/stubs.h index 0ced258fd..208a87911 100644 --- a/include/stubs.h +++ b/include/stubs.h @@ -14,7 +14,7 @@ void func_80040030(u8* arg0, u8* arg1); void func_80040174(void*, s32, s32); s32 osAiSetFrequency(u32 freq); void mio0decode(u8* arg0, u8* arg1); -s32 mio0encode(s32 input, s32, s32); +s32 mio0encode(uintptr_t input, s32, uintptr_t); void osStartThread(OSThread* thread); void osCreateThread(OSThread* thread, OSId id, void (*entry)(void*), void* arg, void* sp, OSPri pri); void osInitialize(void); |
