Turn only SPU GPU and CD DMA on and set to highest

This commit is contained in:
Jaby
2024-03-06 18:31:43 -06:00
committed by Jaby
parent 2c35917421
commit d65cc57381
3 changed files with 19 additions and 7 deletions

View File

@@ -8,6 +8,10 @@ namespace JabyEngine {
void setup();
}
namespace DMA {
void setup();
}
namespace GPU {
void display_logo();
void setup();