[PR #78] [CLOSED] Sonic mania WIP #1270

Closed
opened 2026-02-27 21:11:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/78
Author: @georgemoralis
Created: 11/20/2023
Status: Closed

Base: mainHead: sonic_mania_works


📝 Commits (4)

  • 23ab999 fileio hle calls
  • 1bc750c initial sceSystemServiceParamGetInt
  • ee3b9ad added bytes_read in fread function
  • 42599f1 stdio file io functions

📊 Changes

8 files changed (+130 additions, -21 deletions)

View changed files

📝 src/common/fs_file.cpp (+8 -2)
📝 src/common/fs_file.h (+6 -5)
📝 src/core/hle/libraries/libc/libc.cpp (+5 -0)
📝 src/core/hle/libraries/libc/libc_stdio.cpp (+78 -6)
📝 src/core/hle/libraries/libc/libc_stdio.h (+6 -1)
📝 src/core/hle/libraries/libsystemservice/system_service.cpp (+13 -0)
📝 src/core/hle/libraries/libsystemservice/system_service.h (+2 -0)
📝 src/core/loader/elf.cpp (+12 -7)

📄 Description

No description provided


🔄 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/78 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 11/20/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sonic_mania_works` --- ### 📝 Commits (4) - [`23ab999`](https://github.com/shadps4-emu/shadPS4/commit/23ab99924f4f4e60615051899c8b6eb6d174c081) fileio hle calls - [`1bc750c`](https://github.com/shadps4-emu/shadPS4/commit/1bc750c88f6b0227810c2a35e7069a5e1c640d66) initial sceSystemServiceParamGetInt - [`ee3b9ad`](https://github.com/shadps4-emu/shadPS4/commit/ee3b9adb451190bce344f2317db57bffa1f82c94) added bytes_read in fread function - [`42599f1`](https://github.com/shadps4-emu/shadPS4/commit/42599f10b09077f5de59828a60a4adc8fc10de0c) stdio file io functions ### 📊 Changes **8 files changed** (+130 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/common/fs_file.cpp` (+8 -2) 📝 `src/common/fs_file.h` (+6 -5) 📝 `src/core/hle/libraries/libc/libc.cpp` (+5 -0) 📝 `src/core/hle/libraries/libc/libc_stdio.cpp` (+78 -6) 📝 `src/core/hle/libraries/libc/libc_stdio.h` (+6 -1) 📝 `src/core/hle/libraries/libsystemservice/system_service.cpp` (+13 -0) 📝 `src/core/hle/libraries/libsystemservice/system_service.h` (+2 -0) 📝 `src/core/loader/elf.cpp` (+12 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:11:52 +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#1270
No description provided.