[PR #18] [MERGED] Add initial Linux support. #1217

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/18
Author: @esdrastarsis
Created: 6/23/2023
Status: Merged
Merged: 6/23/2023
Merged by: @georgemoralis

Base: mainHead: linux-support


📝 Commits (1)

  • 1e57195 Add initial Linux support.

📊 Changes

7 files changed (+130 additions, -48 deletions)

View changed files

📝 CMakeLists.txt (+2 -1)
📝 README.md (+29 -9)
📝 src/Core/FsFile.cpp (+45 -13)
📝 src/Core/FsFile.h (+1 -2)
📝 src/Core/Memory.cpp (+31 -12)
📝 src/Core/PS4/Loader/Elf.cpp (+20 -9)
📝 src/Util/Disassembler.h (+2 -2)

📄 Description

  • Add a simple documentation to build the project on Linux.
  • Add Linux functions equivalent to Windows functions.
  • Fix header includes.

🔄 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/18 **Author:** [@esdrastarsis](https://github.com/esdrastarsis) **Created:** 6/23/2023 **Status:** ✅ Merged **Merged:** 6/23/2023 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `linux-support` --- ### 📝 Commits (1) - [`1e57195`](https://github.com/shadps4-emu/shadPS4/commit/1e57195ded25a0a7cf1522dd9da24ba95fe41d9c) Add initial Linux support. ### 📊 Changes **7 files changed** (+130 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -1) 📝 `README.md` (+29 -9) 📝 `src/Core/FsFile.cpp` (+45 -13) 📝 `src/Core/FsFile.h` (+1 -2) 📝 `src/Core/Memory.cpp` (+31 -12) 📝 `src/Core/PS4/Loader/Elf.cpp` (+20 -9) 📝 `src/Util/Disassembler.h` (+2 -2) </details> ### 📄 Description * Add a simple documentation to build the project on Linux. * Add Linux functions equivalent to Windows functions. * Fix header includes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:11:41 +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#1217
No description provided.