[PR #158] [CLOSED] More gamefixes #1348

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/158
Author: @georgemoralis
Created: 6/1/2024
Status: Closed

Base: mainHead: gamefixes3


📝 Commits (6)

  • d334083 added a few hle for tmnt game
  • 61920b1 more thread functions
  • fc38cf0 added sceKernelGettimeofday
  • b6ffedb WIP : sceKernelOpen directory opening
  • a69dfda fix in GetHostDirectory , added scePadGetHandle
  • 193e74f some fs operations file

📊 Changes

10 files changed (+1536 additions, -21 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
src/common/fs.cpp (+666 -0)
src/common/fs.h (+658 -0)
📝 src/core/file_sys/fs.cpp (+7 -8)
📝 src/core/libraries/kernel/file_system.cpp (+17 -7)
📝 src/core/libraries/kernel/libkernel.cpp (+7 -0)
📝 src/core/libraries/kernel/memory_management.cpp (+9 -5)
📝 src/core/libraries/kernel/memory_management.h (+3 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+163 -0)
📝 src/core/libraries/pad/pad.cpp (+4 -1)

📄 Description

Added hle for TMNT collection (CUSA29249)


🔄 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/158 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 6/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `gamefixes3` --- ### 📝 Commits (6) - [`d334083`](https://github.com/shadps4-emu/shadPS4/commit/d334083c2b0edf4c88159f4a943bf1775d74af1b) added a few hle for tmnt game - [`61920b1`](https://github.com/shadps4-emu/shadPS4/commit/61920b198c34917d8bbdda71386749646eee0b93) more thread functions - [`fc38cf0`](https://github.com/shadps4-emu/shadPS4/commit/fc38cf0d8b2e4fb2e2ea034ebc147846f84bf550) added sceKernelGettimeofday - [`b6ffedb`](https://github.com/shadps4-emu/shadPS4/commit/b6ffedba853b027d0f3ae4169df5b859cee3d26d) WIP : sceKernelOpen directory opening - [`a69dfda`](https://github.com/shadps4-emu/shadPS4/commit/a69dfda5386f6753f66919a7a1a8b6356fc5d7b2) fix in GetHostDirectory , added scePadGetHandle - [`193e74f`](https://github.com/shadps4-emu/shadPS4/commit/193e74f750061287fe4b6df32c5e93c455eb2866) some fs operations file ### 📊 Changes **10 files changed** (+1536 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) ➕ `src/common/fs.cpp` (+666 -0) ➕ `src/common/fs.h` (+658 -0) 📝 `src/core/file_sys/fs.cpp` (+7 -8) 📝 `src/core/libraries/kernel/file_system.cpp` (+17 -7) 📝 `src/core/libraries/kernel/libkernel.cpp` (+7 -0) 📝 `src/core/libraries/kernel/memory_management.cpp` (+9 -5) 📝 `src/core/libraries/kernel/memory_management.h` (+3 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+163 -0) 📝 `src/core/libraries/pad/pad.cpp` (+4 -1) </details> ### 📄 Description Added hle for TMNT collection (CUSA29249) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:11 +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#1348
No description provided.