Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0a89fed98a - Show all commits

View File

@ -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
pop-fe.exe --ps1-newemu --ps3-pkg=%~dpn1.pkg %img_input% %1

View File

@ -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();