Fix GPU freeze
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,6 @@ namespace JabyEngine {
|
||||
struct XASectorHeader {
|
||||
Header header;
|
||||
SubHeader sub_header;
|
||||
SubHeader copy_subheader;
|
||||
uint32_t part_data;
|
||||
};
|
||||
|
||||
class SectorBufferAllocator {
|
||||
|
||||
Reference in New Issue
Block a user