index
:
af
main
website
Decompilation of Animal Forest (Dōbutsu no Mori, N64)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ultralib
/
src
/
os
/
exit.c
blob: 24a873f2408c409642512d14ac37529905d05e26 (
plain
)
1
2
3
4
5
6
7
8
9
#include "PR/os_internal.h" void osExit() { __osGIOInterrupt(16); for (;;) { ; } }