Fix CDXA on PS3

This commit is contained in:
2024-07-20 16:05:53 +02:00
parent 58c140335f
commit e27ccd9f63
8 changed files with 20 additions and 13 deletions

View File

@@ -178,6 +178,7 @@ namespace JabyEngine {
static constexpr Desc GetLocP{0x11, Interrupt::Type::Acknowledge};
static constexpr Desc GetTN{0x13, Interrupt::Type::Acknowledge};
static constexpr Desc GetTD{0x14, Interrupt::Type::Acknowledge};
static constexpr Desc SeekL{0x15, Interrupt::Type::Complete};
static constexpr Desc ReadS{0x1B, Interrupt::Type::DataReady};
};