Fix GPU freeze

This commit is contained in:
Jaby
2024-05-29 21:25:52 +02:00
committed by Jaby
parent 56a194b08a
commit 0380a7eae9
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);
}
}