From 64dbf5cdd5c16ab6ccdadcfd66949aba5b8fa1e2 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Sun, 25 Nov 2018 18:02:18 +0100 Subject: Bugfix: minutes were not being retrieved from PLT files. Game.c: parking slots cannot be selected if an aircraft in STATE_PARKED state is on it. Other fixes and improvements. Added some tiles from TILESET2.TIM --- Source/System.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/System.c') diff --git a/Source/System.c b/Source/System.c index 44b6571..dcdf127 100644 --- a/Source/System.c +++ b/Source/System.c @@ -86,6 +86,9 @@ void SystemInit(void) PSX_InitEx(PSX_INIT_SAVESTATE | PSX_INIT_CD); #endif // SERIAL_INTERFACE + // SIO init + SerialInit(); + //Graphics init GsInit(); //Clear VRAM -- cgit v1.2.3