match most of zurumode.

This commit is contained in:
Prakxo
2022-12-19 09:53:02 +01:00
parent ca8a839c96
commit a25019b474
9 changed files with 76 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _DOLPHIN_OS
#define _DOLPHIN_OS
#include "types.h"
void OSReport(const char*, ...);
#endif