diff options
Diffstat (limited to 'Source/System.c')
| -rw-r--r-- | Source/System.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/System.c b/Source/System.c index b7f9101..0c6657b 100644 --- a/Source/System.c +++ b/Source/System.c @@ -104,7 +104,7 @@ void SystemInit(void) //Set VBlank Handler for screen refresh SetVBlankHandler(&ISR_SystemDefaultVBlank); //Set Primitive List - GfxSetPrimitiveList(); + GfxSetDefaultPrimitiveList(); // Init memory card MemCardInit(); //Initial value for system_busy |
