[PR #195] [MERGED] core: Fixup linux support #1383

Closed
opened 2026-02-27 21:12:19 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: bring-back-linux


📝 Commits (2)

  • 77b7f66 tls: Implement for linux
  • 609a995 core: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/195 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `bring-back-linux` --- ### 📝 Commits (2) - [`77b7f66`](https://github.com/shadps4-emu/shadPS4/commit/77b7f66ee22d41f4c3b6129af1fbe6d18ee680e4) tls: Implement for linux - [`609a995`](https://github.com/shadps4-emu/shadPS4/commit/609a995fc4b0d0686efc383121b984fda7c105fe) core: Implement memory manager for linux ### 📊 Changes **18 files changed** (+183 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Linux support has been missing a few things for a while to be functional. This should make it work better --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1383
No description provided.