Use DMA for GPU

This commit is contained in:
Jaby
2022-09-11 15:44:45 +02:00
committed by Jaby
parent d8a48642d8
commit b28c381c0d
8 changed files with 143 additions and 20 deletions

View File

@@ -95,8 +95,5 @@ namespace SPU {
setup_data_transfer_control();
setup_control_register();
// Enable SPU DMA
DPCR.write(DPCR.read() | DMAControlRegister::SPUEnable);
}
}