Play CDDA track

This commit is contained in:
Jaby
2024-05-05 22:12:23 +02:00
parent a092aab35c
commit a7876ac2a6
9 changed files with 80 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ namespace JabyEngine {
void read_file(AutoLBAEntry file_info, const SectorBufferAllocator& buffer_allocator);
void continue_reading();
void enable_CDDA();
}
}
}