From e32281cf6b01800f95d7640a127811c79234fe6f Mon Sep 17 00:00:00 2001 From: Xavi Del Campo Date: Tue, 3 Mar 2020 20:07:27 +0100 Subject: Work on SIO IRQ --- src/System.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/System.c') diff --git a/src/System.c b/src/System.c index d7a1574..9a48d30 100644 --- a/src/System.c +++ b/src/System.c @@ -2,10 +2,15 @@ #include "Serial.h" #include "Gfx.h" #include +#include void SystemInit(void) { +#if 0 PSX_InitEx(PSX_INIT_SAVESTATE | PSX_INIT_CD); +#else + PSX_InitEx(0); +#endif SerialInit(); GfxInit(); } -- cgit v1.2.3