mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #177] [CLOSED] TMNT Cowabunga Collection #1365
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/177
Author: @georgemoralis
Created: 6/9/2024
Status: ❌ Closed
Base:
main← Head:tmnt📝 Commits (4)
9db200eadded posix_pthread_create , posix_pthread_cond_init4c0e24brewrote threadCond functionsb30beddsceKernelGetdents,sceKernelGetdirentries and some directory supportdb10dfafix a null pointer in kernel_threads_cond📊 Changes
10 files changed (+528 additions, -251 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
src/core/file_sys/fs.cpp(+7 -8)📝
src/core/file_sys/fs.h(+6 -1)📝
src/core/libraries/kernel/file_system.cpp(+96 -6)📝
src/core/libraries/kernel/file_system.h(+10 -0)📝
src/core/libraries/kernel/thread_management.cpp(+17 -221)📝
src/core/libraries/kernel/thread_management.h(+5 -14)📝
src/core/libraries/kernel/threads/kernel_threads.h(+35 -0)➕
src/core/libraries/kernel/threads/kernel_threads_cond.cpp(+346 -0)📝
src/core/libraries/pad/pad.cpp(+5 -1)📄 Description
This pr is done by testing TMNT game
TODO: More to come
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.