mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #195] [MERGED] core: Fixup linux support #1383
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#1383
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/195
Author: @raphaelthegreat
Created: 6/13/2024
Status: ✅ Merged
Merged: 6/13/2024
Merged by: @raphaelthegreat
Base:
main← Head:bring-back-linux📝 Commits (2)
77b7f66tls: Implement for linux609a995core: Implement memory manager for linux📊 Changes
18 files changed (+183 additions, -87 deletions)
View changed files
📝
src/audio_core/sdl_audio.cpp(+0 -4)📝
src/audio_core/sdl_audio.h(+0 -1)📝
src/common/io_file.cpp(+2 -3)📝
src/common/path_util.cpp(+0 -3)📝
src/core/address_space.cpp(+77 -5)📝
src/core/file_format/pkg.cpp(+2 -3)📝
src/core/file_format/pkg.h(+0 -1)📝
src/core/file_format/psf.cpp(+1 -4)📝
src/core/libraries/audio/audioout.cpp(+2 -3)📝
src/core/libraries/kernel/thread_management.cpp(+8 -1)📝
src/core/libraries/kernel/thread_management.h(+3 -3)📝
src/core/libraries/kernel/threads/kernel_threads_rwlock.cpp(+2 -2)📝
src/core/tls.cpp(+80 -42)📝
src/emulator.cpp(+2 -7)📝
src/emulator.h(+1 -3)📝
src/sdl_window.cpp(+1 -0)📝
src/video_core/amdgpu/liverpool.h(+1 -1)📝
src/video_core/amdgpu/resource.h(+1 -1)📄 Description
Linux support has been missing a few things for a while to be functional. This should make it work better
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.