This commit is contained in:
twinaphex 2020-06-28 06:24:42 +02:00
parent 56c3b99dac
commit 190ca68817

View File

@ -5,6 +5,7 @@
- CONFIG FILE: Optimise parsing of configuration files - 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. - 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 - 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 - MENU: Enlarged INT/UINT selection limit from 999 to 9999
- ODROID GO ADVANCE: Video driver - fix race condition with RGUI callback - ODROID GO ADVANCE: Video driver - fix race condition with RGUI callback
- X11: Add lightgun support - X11: Add lightgun support