Match OSReboot.c and some of TRK + port mstory3Dll (#541)

* Match OSReboot.c and match some of TRK

* Port mstory3Dll
This commit is contained in:
dbalatoni13 2025-01-19 21:54:38 +01:00 committed by GitHub
parent edacd76015
commit 6575f573f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 1438 additions and 1287 deletions

View file

@ -89,6 +89,7 @@ void DVDInit();
BOOL DVDClose(DVDFileInfo* f);
BOOL DVDSetAutoFatalMessaging(BOOL);
void DVDReset();
int DVDSetAutoInvalidation(int autoInval);
s32 DVDCancel(DVDCommandBlock* block);
BOOL DVDOpen(char* fileName, DVDFileInfo* fileInfo);
BOOL DVDFastOpen(s32 entrynum, DVDFileInfo* fileInfo);