mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1442] [CLOSED] kernel: Pthread rewrite touchups for Windows #2114
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#2114
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/1442
Author: @polybiusproxy
Created: 10/24/2024
Status: ❌ Closed
Base:
more-kernel← Head:kernel-windows📝 Commits (10+)
4a5db97libkernel: Cleanup some function places4d3bf2ckernel: Refactor thread functionse528c00kernel: It buildsed8e047kernel: Fix a bunch of bugs, kernel thread heap9dbac65kernel: File cleanup pt1e72b979File cleanup pt2c86ae53File cleanup pt3bc18336File cleanup pt47cc7283kernel: Add missing funcs985c620kernel: Add basic exceptions for linux📊 Changes
96 files changed (+4546 additions, -3465 deletions)
View changed files
📝
CMakeLists.txt(+29 -21)📝
src/common/debug.h(+1 -1)➕
src/common/slab_heap.h(+163 -0)📝
src/common/slot_vector.h(+0 -3)➕
src/common/spin_lock.cpp(+53 -0)➕
src/common/spin_lock.h(+33 -0)📝
src/core/address_space.cpp(+1 -1)📝
src/core/debug_state.cpp(+1 -1)📝
src/core/libraries/audio3d/audio3d_impl.cpp(+1 -1)📝
src/core/libraries/avplayer/avplayer.cpp(+3 -7)📝
src/core/libraries/avplayer/avplayer.h(+2 -2)📝
src/core/libraries/avplayer/avplayer_common.cpp(+5 -13)📝
src/core/libraries/avplayer/avplayer_common.h(+4 -6)📝
src/core/libraries/avplayer/avplayer_file_streamer.cpp(+3 -7)📝
src/core/libraries/avplayer/avplayer_file_streamer.h(+2 -4)📝
src/core/libraries/avplayer/avplayer_impl.cpp(+11 -26)📝
src/core/libraries/avplayer/avplayer_impl.h(+2 -6)📝
src/core/libraries/avplayer/avplayer_source.cpp(+13 -33)📝
src/core/libraries/avplayer/avplayer_source.h(+10 -14)📝
src/core/libraries/avplayer/avplayer_state.cpp(+7 -17)...and 76 more files
📄 Description
Fixes to make the recent kernel rewrite work on Windows. Might not compile on other platforms
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.