Match dvd.c, not linking for now (links with patched 1.2.5)

Former-commit-id: d0ad5f5ef8
This commit is contained in:
2022-09-15 18:17:42 -07:00
parent e5dd64ab55
commit 047ee1a32e
11 changed files with 1890 additions and 436 deletions

View File

@@ -54,6 +54,7 @@ u32 __OSCoreClock AT_ADDRESS(OS_BASE_CACHED | 0x00FC); // sync with OSLoMem.h
OSTime OSGetTime();
void OSReport(const char* msg, ...);
void OSPanic(const char* file, int line, const char* msg, ...);
#ifdef __cplusplus
}