diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-01-08 02:20:42 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-01-08 02:20:42 +0100 |
commit | 464575c72a8a20b5e565f91cebfeb470edc8542e (patch) | |
tree | eb239c0bed8321c0610fd7c494acaa3e64881451 | |
parent | 917f5beee05a994852949b880ea47d7fab6f8cca (diff) | |
download | reduced_system_layer-464575c72a8a20b5e565f91cebfeb470edc8542e.zip |
-rw-r--r-- | graphics.c | 2 | ||||
-rwxr-xr-x | reduced_system_layer.c | 2 | ||||
-rw-r--r-- | test.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ // // ---------------------------------------------------------------- // -// (C) 2024 Mitya Selivanov <guattari.tech> +// (C) 2025 Mitya Selivanov <guattari.tech> // // ================================================================ diff --git a/reduced_system_layer.c b/reduced_system_layer.c index 87778cd..c27be56 100755 --- a/reduced_system_layer.c +++ b/reduced_system_layer.c @@ -39,7 +39,6 @@ #/ - Windows graphics #/ - Sound #/ - Windows audio -#/ - WebAssembly audio #/ - Recording #/ - Networking #/ - TCP @@ -68,6 +67,7 @@ #/ - WebAssembly #/ - Sound #/ - ALSA +#/ - WebAssembly audio #/ - Networking #/ - Unix UDP sockets #/ - UTF-8 @@ -43,7 +43,7 @@ // // ---------------------------------------------------------------- // -// (C) 2024 Mitya Selivanov <guattari.tech>, MIT License +// (C) 2025 Mitya Selivanov <guattari.tech>, MIT License // // ================================================================ |