More exports

This commit is contained in:
dbalatoni13 2025-04-06 07:05:03 +02:00
parent d3b45cf2b4
commit c1bcbdc067
18 changed files with 1270 additions and 499 deletions

View file

@ -9,7 +9,7 @@
// Credits: Super Monkey Ball
__declspec(dllexport) void OSReport(const char *msg, ...)
void OSReport(const char *msg, ...)
{
va_list args;
va_start(args, msg);
@ -22,6 +22,11 @@ u32 OSGetConsoleType()
return OS_CONSOLE_RETAIL1;
}
u32 OSGetSoundMode()
{
return 2;
}
s32 CARDCancel(CARDFileInfo *fileInfo)
{
puts("CARDCancel is a stub");
@ -676,8 +681,6 @@ void ARQInit(void) {
// Hudson
void HuDvdErrDispInit(GXRenderModeObj *rmode, void *xfb1, void *xfb2) { }
void HuAudInit(void) { }
void msmSysRegularProc(void)
{
puts("msmSysRegularProc is a stub");