Fix CD image for PKG files

This commit is contained in:
Jaby
2024-02-25 15:38:30 -05:00
parent a871885b7c
commit 519287ab88
7 changed files with 50 additions and 15 deletions

View File

@@ -121,6 +121,7 @@ namespace JabyEngine {
__debug_boot_color_at(::JabyEngine::GPU::Color24::Red(), DebugX, DebugY, DebugScale);
SPU::stop_voices();
// TODO: v Might be the PS3 crash
__debug_boot_color_at(::JabyEngine::GPU::Color24::Green(), DebugX, DebugY, DebugScale);
CD::setup();
__debug_boot_color_at(::JabyEngine::GPU::Color24::Blue(), DebugX, DebugY, DebugScale);