func_80183070 to Sys_Freeze (#1686)

This commit is contained in:
Ozero4
2025-03-05 04:06:23 +01:00
committed by GitHub
parent 16fbbef6f5
commit 9213dc7a5e
5 changed files with 4 additions and 6 deletions
@@ -1,7 +1,7 @@
#include "libc64/sleep.h"
#include "attributes.h"
NORETURN void func_80183070(void) {
NORETURN void Sys_Freeze(void) {
for (;;) {
msleep(1000);
}