aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-01-01 04:40:01 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-01-01 04:40:01 +0100
commit523b8c714415c04a81e337c42ba37ee05f6773e7 (patch)
treebae322565ec8de0a59976bc6a74cfc112859c7e1
parent47bc9a6d31c1423c2cfa91eb856b35c2aa81f04b (diff)
Always call PSX_InitEx(0)
-rw-r--r--Source/System.c6
1 files changed, 0 insertions, 6 deletions
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();