From 190ca688175bf68d38b8cc5c97842de70ce151c1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 28 Jun 2020 06:24:42 +0200 Subject: [PATCH] Update --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 94ec103c91..b4452f9856 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ - CONFIG FILE: Optimise parsing of configuration files - DRIVERS: Add 'Ignore null drivers' setting. When enabled, won't allow the user to set a driver to nothing. Can prevent the user from locking him/herself out of the program. - FILE I/O: VFS and NBIO interfaces will now use 64-bit fseek/ftell where possible, should allow for reading/writing to files bigger than 2GB +- IOS: Fixed iOS 6 version - MENU: Enlarged INT/UINT selection limit from 999 to 9999 - ODROID GO ADVANCE: Video driver - fix race condition with RGUI callback - X11: Add lightgun support