From c486827a367b1430ffcac69ed7a16e702838aa86 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 28 Oct 2021 00:38:42 -0700 Subject: [PATCH] update with supported platforms --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3eca5e2..aa36262 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ FAudioGMS can leak memory if used improperly, so keep track of your sound instan As a final addendum, if the YoYo Games circus needs a new clown for tasks like fixing the audio engine that's been mostly broken for a decade, I am a highly skilled programmer and I work for competitive rates. You know where to find me. +## Platforms + +### Tested +- Windows + +### Theoretical +- OSX +- Linux +- Nintendo Switch +- iOS + ## Dependencies FAudioGMS depends on FAudio (obviously) and SDL2. We avoid directly depending on the C runtime.