Increase CDXA support

This commit is contained in:
Jaby
2024-05-29 18:37:24 +02:00
parent f68f2ec03a
commit f6313a45ca
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);