mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #73] [CLOSED] more katsika stuff, dedicated to paris #1265
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#1265
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/73
Author: @georgemoralis
Created: 11/13/2023
Status: ❌ Closed
Base:
main← Head:katsika-morestuff📝 Commits (10+)
7631ebblibc strncmp , strrchr for katsika9b8615esnprintf implementation49090c1sprintf implementationa1e5fcfadded fs.cpp , fs.h from pr #7030e9012added fopen and fclose functions5798530added some more stdio functions7feffecsome more fopen debuggingb6db2ecmore libc functions for goatsb7c7934sceKernelClockGettime,sceUserServiceGetInitialUser functionsf4afe24some thread function calls📊 Changes
24 files changed (+539 additions, -47 deletions)
View changed files
📝
CMakeLists.txt(+8 -1)➕
src/core/file_sys/fs.cpp(+91 -0)➕
src/core/file_sys/fs.h(+53 -0)📝
src/core/hle/libraries/libc/libc.cpp(+21 -2)📝
src/core/hle/libraries/libc/libc_stdio.cpp(+44 -6)📝
src/core/hle/libraries/libc/libc_stdio.h(+11 -2)📝
src/core/hle/libraries/libc/libc_stdlib.cpp(+27 -9)📝
src/core/hle/libraries/libc/libc_stdlib.h(+3 -1)📝
src/core/hle/libraries/libc/libc_string.cpp(+32 -2)📝
src/core/hle/libraries/libc/libc_string.h(+5 -1)📝
src/core/hle/libraries/libc/printf.h(+16 -0)📝
src/core/hle/libraries/libkernel/thread_management.cpp(+38 -4)📝
src/core/hle/libraries/libkernel/thread_management.h(+11 -3)📝
src/core/hle/libraries/libkernel/time_management.cpp(+38 -10)📝
src/core/hle/libraries/libkernel/time_management.h(+7 -2)📝
src/core/hle/libraries/libs.cpp(+2 -1)➕
src/core/hle/libraries/libsavedata/save_data.cpp(+24 -0)➕
src/core/hle/libraries/libsavedata/save_data.h(+51 -0)📝
src/core/hle/libraries/libsystemservice/system_service.cpp(+14 -0)📝
src/core/hle/libraries/libsystemservice/system_service.h(+2 -0)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.