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

This commit is contained in:
2024-03-06 18:31:43 -06:00
parent c44cc6a82f
commit 247c105a09
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();