mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-26 07:38:45 -04:00
db8f5f5ccc
* Cleanup * Cleanup variables.h * Cleanup fault headers * Some includes/headers cleanup * Libultra btn wrappers * Mark differences to original libultra headers * Remove duplicate include in fault * format * Update include/PR/os_voice.h Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com> * align --------- Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
8 lines
99 B
C
8 lines
99 B
C
#include "libc64/sleep.h"
|
|
|
|
void func_80183070(void) {
|
|
for (;;) {
|
|
msleep(1000);
|
|
}
|
|
}
|