From e34fec38a2f6ebc401676dcc6d0c69593427cb4b Mon Sep 17 00:00:00 2001 From: elasota Date: Fri, 13 Nov 2020 16:32:20 -0500 Subject: [PATCH] Update readme with new platforms --- README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 72dfe20..0523069 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ Aerofoil is a port of John Calhoun's Glider PRO -Currently, only Windows is supported, but the code has been significantly +It currently supports Windows and Android, and the code has been significantly rewritten to keep the OS-specific code to a minimum and isolated to a few specific projects. @@ -14,6 +14,9 @@ Project structure: Core application binaries: - Aerofoil: Base application, loads drivers and the application. +- AerofoilSDL: SDL version. This is not normally included with releases, its + main purpose is to ease porting. +- AerofoilAndroid: Android project. - GpApp: Glider PRO application DLL. - GpAudioDriver_XAudio2: XAudio2 audio driver. - GpDisplayDriver_D3D11: Direct3D 11 display driver.