Always call PSX_InitEx(0)

This commit is contained in:
Xavier Del Campo Romero 2021-01-01 04:40:01 +01:00
parent 47bc9a6d31
commit 523b8c7144
1 changed files with 0 additions and 6 deletions

View File

@ -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();