aboutsummaryrefslogtreecommitdiff
path: root/Source/System.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/System.c')
-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();