started debug display/error

This commit is contained in:
Yanis002
2025-02-12 12:50:35 +01:00
parent 142e17b99d
commit 27ae64893a
15 changed files with 583 additions and 15 deletions
+1
View File
@@ -22,5 +22,6 @@ typedef s32 bool;
#endif
#define CEIL_DIV(a, b) (((a) + (b) - 1) / (b))
#define UNK_PTR unk32*
#endif