mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #107] [MERGED] More module work focused on undertale #1297
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#1297
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/107
Author: @georgemoralis
Created: 4/1/2024
Status: ✅ Merged
Merged: 4/5/2024
Merged by: @georgemoralis
Base:
main← Head:modules4📝 Commits (10+)
92e4c6bscePthreadMutexDestroy implemented6066c89scePadGetControllerInformation added , dummy scePadSetMotionSensorState9d8fc61sceSaveDataMount2 just return save data not found for now0b8cc8eadded sceKernelClockGettime2cc03e8added some debug info to gnmc832e38scePthreadAttrGet , and some mutex work121759dsomehow working scePthreadCreatea049d4cadded clock_gettime9358422dummy sceAudioIn libc29f514just disable audioInOpen📊 Changes
23 files changed (+1068 additions, -36 deletions)
View changed files
📝
CMakeLists.txt(+4 -2)📝
src/Emulator/Host/controller.cpp(+32 -1)📝
src/Emulator/Host/controller.h(+6 -0)📝
src/audio_core/sdl_audio.cpp(+38 -0)📝
src/audio_core/sdl_audio.h(+1 -0)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/common/types.h(+1 -1)📝
src/core/hle/kernel/memory_management.cpp(+1 -1)📝
src/core/hle/libraries/libkernel/thread_management.cpp(+409 -12)📝
src/core/hle/libraries/libkernel/thread_management.h(+38 -1)📝
src/core/hle/libraries/libpad/pad.cpp(+71 -2)📝
src/core/hle/libraries/libpad/pad.h(+23 -0)📝
src/core/hle/libraries/libs.cpp(+2 -0)📝
src/core/hle/libraries/libscegnmdriver/libscegnmdriver.cpp(+44 -3)📝
src/core/hle/libraries/libscegnmdriver/libscegnmdriver.h(+2 -2)➕
src/core/libraries/libsceaudioin.cpp(+280 -0)➕
src/core/libraries/libsceaudioin.h(+54 -0)📝
src/core/libraries/libsceaudioout.cpp(+9 -4)📝
src/core/libraries/libsceaudioout.h(+7 -2)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.