[PR #2160] [MERGED] sceKernelAio* implementation #2524

Closed
opened 2026-02-27 22:00:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2160
Author: @georgemoralis
Created: 1/16/2025
Status: Merged
Merged: 1/16/2025
Merged by: @georgemoralis

Base: mainHead: Aio


📝 Commits (2)

📊 Changes

6 files changed (+389 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
src/core/libraries/kernel/aio.cpp (+339 -0)
src/core/libraries/kernel/aio.h (+43 -0)
📝 src/core/libraries/kernel/file_system.h (+2 -1)
📝 src/core/libraries/kernel/kernel.cpp (+2 -0)
📝 src/core/libraries/kernel/time.h (+1 -0)

📄 Description

Heavily based on https://github.com/GoldHEN/GoldHEN_Plugins_Repository

It doesn't actually implements Aio but it fake it with sync I/O . Should be enough for start . At least @StevenMiller123 will need this :D


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2160 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 1/16/2025 **Status:** ✅ Merged **Merged:** 1/16/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `Aio` --- ### 📝 Commits (2) - [`e2e7669`](https://github.com/shadps4-emu/shadPS4/commit/e2e7669787e26533a9af608ef3f271b9cf350c47) draft Aio from https://github.com/GoldHEN/GoldHEN_Plugins_Repository - [`7cd4495`](https://github.com/shadps4-emu/shadPS4/commit/7cd4495ed1791ab008627cbf38682c7f690dea5d) cleanup and fixes to Aio ### 📊 Changes **6 files changed** (+389 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) ➕ `src/core/libraries/kernel/aio.cpp` (+339 -0) ➕ `src/core/libraries/kernel/aio.h` (+43 -0) 📝 `src/core/libraries/kernel/file_system.h` (+2 -1) 📝 `src/core/libraries/kernel/kernel.cpp` (+2 -0) 📝 `src/core/libraries/kernel/time.h` (+1 -0) </details> ### 📄 Description Heavily based on https://github.com/GoldHEN/GoldHEN_Plugins_Repository It doesn't actually implements Aio but it fake it with sync I/O . Should be enough for start . At least @StevenMiller123 will need this :D --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2524
No description provided.