From 523b8c714415c04a81e337c42ba37ee05f6773e7 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 1 Jan 2021 04:40:01 +0100 Subject: Always call PSX_InitEx(0) --- Source/System.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/System.c') diff --git a/Source/System.c b/Source/System.c index d087639..4652789 100644 --- a/Source/System.c +++ b/Source/System.c @@ -79,13 +79,7 @@ void SystemInit(void) one_second_timer = 0; //PSXSDK init -#ifdef SERIAL_INTERFACE - // PSX_INIT_SAVESTATE | PSX_INIT_CD flags are not needed - // when coming from OpenSend. PSX_InitEx(0); -#else // SERIAL_INTERFACE - PSX_InitEx(PSX_INIT_SAVESTATE | PSX_INIT_CD); -#endif // SERIAL_INTERFACE // SIO init SerialInit(); -- cgit v1.2.3