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

This commit is contained in:
hatal175
2023-01-23 17:02:24 +02:00
committed by GitHub
parent 3c75397776
commit 4e9dcd14ef
75 changed files with 1701 additions and 4480 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;