From 3d2ad802a87ee0ce2c4635b5146a32adbb5f4e47 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Tue, 25 Oct 2022 00:16:27 +0000 Subject: [PATCH] Update home --- home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.md b/home.md index 3b0a9ac..417129c 100644 --- a/home.md +++ b/home.md @@ -2,10 +2,12 @@ Welcome to **JoeyLib**! *Need support? Visit the official [chat](https://discord.gg/Vy29DF5sMc)!* -**JoeyLib** is the low-level porting library that isolates the game code from the target platform's hardware. Using standard ANSI C and JoeyLib allows a single codebase to run on the following targets: +**JoeyLib** is the low-level porting library that isolates the game code from the target platform's hardware. Using standard ANSI C and JoeyLib allows a single codebase to run on all supported targets. +Current targets: + * Apple IIgs * x86 & x86_64 Windows * x86, x86_64, and ARM MacOS