diff options
Diffstat (limited to 'src/contrib/SDL-3.2.20/docs/README-platforms.md')
-rw-r--r-- | src/contrib/SDL-3.2.20/docs/README-platforms.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/docs/README-platforms.md b/src/contrib/SDL-3.2.20/docs/README-platforms.md new file mode 100644 index 0000000..46a054a --- /dev/null +++ b/src/contrib/SDL-3.2.20/docs/README-platforms.md | |||
@@ -0,0 +1,40 @@ | |||
1 | # Platforms | ||
2 | |||
3 | ## Supported Platforms | ||
4 | |||
5 | - [Android](README-android.md) | ||
6 | - [Emscripten](README-emscripten.md) | ||
7 | - [FreeBSD](README-bsd.md) | ||
8 | - [Haiku OS](README-haiku.md) | ||
9 | - [iOS](README-ios.md) | ||
10 | - [Linux](README-linux.md) | ||
11 | - [macOS](README-macos.md) | ||
12 | - [NetBSD](README-bsd.md) | ||
13 | - [Nintendo Switch](README-switch.md) | ||
14 | - [Nintendo 3DS](README-n3ds.md) | ||
15 | - [OpenBSD](README-bsd.md) | ||
16 | - [PlayStation 2](README-ps2.md) | ||
17 | - [PlayStation 4](README-ps4.md) | ||
18 | - [PlayStation 5](README-ps5.md) | ||
19 | - [PlayStation Portable](README-psp.md) | ||
20 | - [PlayStation Vita](README-vita.md) | ||
21 | - [RISC OS](README-riscos.md) | ||
22 | - [SteamOS](README-steamos.md) | ||
23 | - [tvOS](README-ios.md) | ||
24 | - [Windows](README-windows.md) | ||
25 | - [Windows GDK](README-gdk.md) | ||
26 | - [Xbox](README-gdk.md) | ||
27 | |||
28 | ## Unsupported Platforms | ||
29 | |||
30 | If your favorite system is listed below, we aren't working on it. However, if you send reasonable patches and are willing to support the port in the long term, we are happy to take a look! | ||
31 | |||
32 | All of these still work with [SDL2](/SDL2), which is an incompatible API, but an option if you need to support these platforms still. | ||
33 | |||
34 | - Google Stadia | ||
35 | - NaCL | ||
36 | - Nokia N-Gage | ||
37 | - OS/2 | ||
38 | - QNX | ||
39 | - WinPhone | ||
40 | - WinRT/UWP | ||