From e778deb2c0c7fa2ce2d605dde7a5fe86a686e078 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 19 Aug 2017 16:51:00 +0200 Subject: * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when new aircraft appeared. * (Bugfix): PltParser was casting remaining time to uint8_t instead of uint16_t. * Reduced file buffer size to original value. * GfxDrawButton(): L1/R1/L2/R2 text is now printed on top of Lx/Rx button. * Other minor changes. --- Source/System.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/System.c') diff --git a/Source/System.c b/Source/System.c index c9f94af..7488028 100644 --- a/Source/System.c +++ b/Source/System.c @@ -14,7 +14,7 @@ * Defines * *************************************/ -#define FILE_BUFFER_SIZE 0x4AA60 +#define FILE_BUFFER_SIZE 0x20014 #define END_STACK_PATTERN (uint32_t) 0x18022015 #define BEGIN_STACK_ADDRESS (uint32_t*) 0x801FFF00 -- cgit v1.2.3