Work on dvd, si, os and exi (#249)

This commit is contained in:
hatal175
2023-01-23 08:02:24 -07:00
committed by GitHub
parent ce349ed7a8
commit e3379b977f
75 changed files with 1700 additions and 4479 deletions
+8
View File
@@ -22,6 +22,14 @@ typedef enum DVDState {
DVD_STATE_FATAL_ERROR = -1,
} DVDState;
typedef enum DVDResult {
DVD_RESULT_GOOD = 0,
DVD_RESULT_FATAL_ERROR = -1,
DVD_RESULT_IGNORED = -2,
DVD_RESULT_CANCELED = -3,
} DVDResult;
typedef struct DVDDirectory {
/* 0x0 */ u32 entry_number;
/* 0x4 */ u32 location;