mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #194] [MERGED] core: Many things #1384
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#1384
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/194
Author: @raphaelthegreat
Created: 6/12/2024
Status: ✅ Merged
Merged: 6/15/2024
Merged by: @raphaelthegreat
Base:
main← Head:missed📝 Commits (10+)
c86a006video_core: Add a few missed thingseccd454libkernel: More proper memory mapped files1666b9dmemory: Fix tessellation buffer mapping24446bcCuphead work834d016sceKernelPollSema fix2142ddeclang format276456eMerge branch 'main' of https://github.com/shadps4-emu/shadPS4 into missed9ccc878fixed ngs2 lle loading and rtc liba660a94draft pthreads keys implementation95340f5fixed return codes📊 Changes
67 files changed (+1406 additions, -307 deletions)
View changed files
📝
CMakeLists.txt(+11 -5)📝
src/common/io_file.cpp(+28 -0)📝
src/common/io_file.h(+3 -0)📝
src/core/address_space.cpp(+18 -12)📝
src/core/address_space.h(+5 -2)📝
src/core/aerolib/stubs.cpp(+3 -2)📝
src/core/file_sys/fs.cpp(+1 -0)📝
src/core/libraries/disc_map/disc_map.cpp(+1 -1)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+4 -1)📝
src/core/libraries/kernel/event_flag/event_flag.cpp(+3 -2)📝
src/core/libraries/kernel/event_flag/event_flag_obj.cpp(+12 -1)📝
src/core/libraries/kernel/event_flag/event_flag_obj.h(+2 -1)📝
src/core/libraries/kernel/event_queue.h(+7 -0)📝
src/core/libraries/kernel/event_queues.cpp(+19 -0)📝
src/core/libraries/kernel/event_queues.h(+1 -0)📝
src/core/libraries/kernel/file_system.cpp(+23 -0)📝
src/core/libraries/kernel/libkernel.cpp(+108 -46)📝
src/core/libraries/kernel/memory_management.cpp(+9 -10)📝
src/core/libraries/kernel/thread_management.cpp(+135 -55)📝
src/core/libraries/kernel/thread_management.h(+39 -3)...and 47 more files
📄 Description
Mostly from trying to get Cuphead to show anything
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.