sceKernelAio* implementation (#2160)

* draft Aio from https://github.com/GoldHEN/GoldHEN_Plugins_Repository

* cleanup and fixes to Aio
This commit is contained in:
georgemoralis
2025-01-16 18:27:52 +02:00
committed by GitHub
parent 34a5f2319c
commit 4695aaa830
6 changed files with 389 additions and 1 deletions

View File

@@ -250,6 +250,8 @@ set(KERNEL_LIB src/core/libraries/kernel/sync/mutex.cpp
src/core/libraries/kernel/time.h
src/core/libraries/kernel/orbis_error.h
src/core/libraries/kernel/posix_error.h
src/core/libraries/kernel/aio.cpp
src/core/libraries/kernel/aio.h
)
set(NETWORK_LIBS src/core/libraries/network/http.cpp