Fix GPU freeze

This commit is contained in:
2024-05-29 21:25:52 +02:00
parent 30495279eb
commit 477fbf59e7
3 changed files with 12 additions and 8 deletions

View File

@@ -63,7 +63,6 @@ namespace JabyEngine {
void enable_CDXA(bool double_speed);
static void pause() {
CD_IO::PortIndex0::change_to();
Command::send<CD_IO::PortIndex0>(CD_IO::Command::Pause);
}
}

View File

@@ -29,8 +29,6 @@ namespace JabyEngine {
struct XASectorHeader {
Header header;
SubHeader sub_header;
SubHeader copy_subheader;
uint32_t part_data;
};
class SectorBufferAllocator {