From 50e3c3e7888471c1d8c7e83a9af24f4d5481852c Mon Sep 17 00:00:00 2001 From: jaby Date: Sun, 10 Mar 2024 21:30:32 -0500 Subject: [PATCH] Finally fix PS3 --- bin/run_pop_fe.bat | 2 +- src/Library/src/BootLoader/dma_boot.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run_pop_fe.bat b/bin/run_pop_fe.bat index 4181b2a2..71c9edc4 100644 --- a/bin/run_pop_fe.bat +++ b/bin/run_pop_fe.bat @@ -8,4 +8,4 @@ if [%2] == [] ( ) else ( set img_input=--cover %2/cover.png --pic0 %2/pic0.png --pic1 %2/pic1.png ) -pop-fe.exe --ps3-pkg=%~dpn1.pkg %img_input% %1 \ No newline at end of file +pop-fe.exe --ps1-newemu --ps3-pkg=%~dpn1.pkg %img_input% %1 \ No newline at end of file diff --git a/src/Library/src/BootLoader/dma_boot.cpp b/src/Library/src/BootLoader/dma_boot.cpp index 79e9419a..0a03dea8 100644 --- a/src/Library/src/BootLoader/dma_boot.cpp +++ b/src/Library/src/BootLoader/dma_boot.cpp @@ -12,7 +12,7 @@ namespace JabyEngine { DMA_IO::DPCR.write(EnableDMA); DMA_IO::DICR.write(DMA_IO::DICR::empty()); - + // ACK IRQ DMA_IO::DICR.write(DMA_IO::DICR.read()); SysCall::EnterCriticalSection();