1 2 3 4 5 6
#ifndef NITRO_SYSCALL_H_ #define NITRO_SYSCALL_H_ void SVC_WaitByLoop(u32 ct); #endif //NITRO_SYSCALL_H_