diff options
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r-- | saga/saga.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp index 78252619b0..7fcea4dcf2 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -231,11 +231,6 @@ void SagaEngine::go() { /* System initialization * \*------------------------------------------------------------- */ - if (SYSIO_Init() != R_SUCCESS) { - - return; - } - /* Must initialize system timer module first */ if (SYSTIMER_InitMSCounter() != R_SUCCESS) { @@ -329,8 +324,6 @@ void R_Shutdown(int param) { SYSMUSIC_Shutdown(); SYSSOUND_Shutdown(); - SYSIO_Shutdown(); - /* exit(param); */ } |