Increase CDXA support
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -11,6 +11,8 @@ namespace JabyEngine {
|
||||
Ready = 0,
|
||||
Done = 0,
|
||||
|
||||
XAMode,
|
||||
|
||||
Reading,
|
||||
BufferFull,
|
||||
Error,
|
||||
|
||||
Reference in New Issue
Block a user