Play CDDA track

This commit is contained in:
Jaby
2024-05-05 22:12:23 +02:00
committed by Jaby
parent 1b13951f84
commit 06f90e9279
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();
}
}
}