diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-12-29 06:24:26 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-09 12:38:57 +0800 |
commit | 973cb394b23002acde7d7ea19abc754019dd106c (patch) | |
tree | cf05524128224aceb57dd33f84ea4fdaacb4ecb3 /include/gba/syscall.h | |
parent | 8f1a8972c19f5cd2522c9e7982bd330ac05305e9 (diff) |
librfu through 0x81E13F0
Diffstat (limited to 'include/gba/syscall.h')
-rw-r--r-- | include/gba/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/syscall.h b/include/gba/syscall.h index deddec5ba..22fdf09fa 100644 --- a/include/gba/syscall.h +++ b/include/gba/syscall.h @@ -45,4 +45,6 @@ void RLUnCompVram(const void *src, void *dest); int MultiBoot(struct MultiBootParam *mp); +s32 Div(s32 num, s32 denom); + #endif // GUARD_GBA_SYSCALL_H |