From 8767a3dd8538c6650ab06f36c15d926d12a4b081 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Thu, 12 Sep 2024 04:21:01 +0200 Subject: [PATCH] Update to include SDL2 platform --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe381cc..d323d22 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ A unigi app is built from different layers: Platforms act as the translation layer for different systems. The idea is to minimize the amount of work it takes to port graphical applications. ## Official platforms -* **[SDL1](https://git.lumen.sh/Fierelier/unigi.platform.sdl1)** - The highly compatible SDL 1.2, works on old Linux and Windows 95+ -* **SDL2 (soon)** - SDL 2.x, works on somewhat recent Linux and Windows XP+ +* **[SDL1](https://git.lumen.sh/Fierelier/unigi.platform.sdl1)** - The highly compatible SDL 1.2, works on old Linux, Windows 95+ and some consoles +* **[SDL2](https://git.lumen.sh/Fierelier/unigi.platform.sdl2)** - SDL 2.x, works on somewhat recent Linux, Windows XP+ and some consoles * **DOS (soon)** - DOS (Disk Operating System), compatible with FreeDOS and MS-DOS * **PSP (soon)** - PlayStation Portable gaming console * **Null (soon)** - A placeholder that does "nothing", good if you want to test basic compilation for an unsupported platform