diff options
Diffstat (limited to 'src/System.c')
| -rw-r--r-- | src/System.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/System.c b/src/System.c index d7a1574..9a48d30 100644 --- a/src/System.c +++ b/src/System.c @@ -2,10 +2,15 @@ #include "Serial.h" #include "Gfx.h" #include <psx.h> +#include <stdio.h> void SystemInit(void) { +#if 0 PSX_InitEx(PSX_INIT_SAVESTATE | PSX_INIT_CD); +#else + PSX_InitEx(0); +#endif SerialInit(); GfxInit(); } |
