From d37143eec1049a47635da9885b990236a284ffa3 Mon Sep 17 00:00:00 2001 From: Eric Lasota Date: Fri, 3 Jan 2020 00:31:30 -0500 Subject: [PATCH 1/2] Update README.txt --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 7eb489d..4dce231 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,8 @@ -GlidePort is a collection of porting infrastructure to run Glider PRO. +Aerofoil is a collection of porting infrastructure to run Glider PRO. It's divided into a few parts: - PortabilityLayer: A static library that supports interaction with various vintage Mac-specific formats and API calls. Some parts are capable of running by themselves, others require the support of drivers. -- GpD3D: To be renamed. This is the base application. It loads drivers and loads the application. +- Aerofoil: This is the base application. It loads drivers and loads the application. - GpDisplayDriver_D3D11: Direct3D 11 display driver. - GpAudioDriver_XAudio2: XAudio2 audio driver. - GpApp: Glider PRO application DLL. From 56cd071798501ad1bcc1f2ec4326a7295acd447b Mon Sep 17 00:00:00 2001 From: Eric Lasota Date: Fri, 3 Jan 2020 00:31:49 -0500 Subject: [PATCH 2/2] Update README.txt --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 4dce231..93e634a 100644 --- a/README.txt +++ b/README.txt @@ -19,7 +19,7 @@ Other parts: - PictChecker: Experimental app that extracts all of the PICT resources from all of the houses and dumps them to PNG. Used to verify that the PICT loader works. -GlidePort is intended to be primarily a straight port, retaining most of the look and feel of the original. +Aerofoil is intended to be primarily a straight port, retaining most of the look and feel of the original. Planned additions: - 32-bit color support (mainly matters for houses that have higher-resolution PICT resources)