Finally fix PS3
This commit is contained in:
parent
9ca4778863
commit
50e3c3e788
|
@ -8,4 +8,4 @@ if [%2] == [] (
|
||||||
) else (
|
) else (
|
||||||
set img_input=--cover %2/cover.png --pic0 %2/pic0.png --pic1 %2/pic1.png
|
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
|
|
@ -12,7 +12,7 @@ namespace JabyEngine {
|
||||||
|
|
||||||
DMA_IO::DPCR.write(EnableDMA);
|
DMA_IO::DPCR.write(EnableDMA);
|
||||||
DMA_IO::DICR.write(DMA_IO::DICR::empty());
|
DMA_IO::DICR.write(DMA_IO::DICR::empty());
|
||||||
|
// ACK IRQ
|
||||||
DMA_IO::DICR.write(DMA_IO::DICR.read());
|
DMA_IO::DICR.write(DMA_IO::DICR.read());
|
||||||
|
|
||||||
SysCall::EnterCriticalSection();
|
SysCall::EnterCriticalSection();
|
||||||
|
|
Loading…
Reference in New Issue