Increase CDXA support

This commit is contained in:
2024-05-29 18:37:24 +02:00
parent fe66304d6f
commit 676ad434d7
8 changed files with 66 additions and 32 deletions

View File

@@ -43,10 +43,10 @@ namespace JabyEngine {
}
void read_file(AutoLBAEntry file_info, const SectorBufferAllocator& buffer_allocator);
void read_xa(uint32_t lba);
void continue_reading();
void read_n(uint32_t lba);
void read_s(uint32_t lba);
CDTimeStamp get_lock();
void enable_CDDA();
void enable_CDXA(bool double_speed);

View File

@@ -11,6 +11,8 @@ namespace JabyEngine {
Ready = 0,
Done = 0,
XAMode,
Reading,
BufferFull,
Error,