[PR #30] [MERGED] Clang #1226

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/30
Author: @georgemoralis
Created: 7/22/2023
Status: Merged
Merged: 7/23/2023
Merged by: @georgemoralis

Base: mainHead: clang


📝 Commits (4)

  • 28aad0a Added sysv_abi , now parameters in sceVideoOutOpen is correct
  • f1ab579 Create building-windows.md
  • bb40fa9 added clang configurations , removed buggy MSVC ones
  • 5706e1b added more PS4_SYSV_ABI codes

📊 Changes

10 files changed (+151 additions, -93 deletions)

View changed files

📝 CMakeSettings.json (+24 -25)
documents/building-windows.md (+26 -0)
📝 src/Core/PS4/HLE/LibC.cpp (+16 -14)
📝 src/Core/PS4/HLE/LibC.h (+8 -6)
📝 src/Core/PS4/HLE/LibKernel.cpp (+26 -11)
📝 src/Core/PS4/HLE/LibKernel.h (+8 -7)
📝 src/Core/PS4/HLE/LibSceVideoOut.cpp (+24 -15)
📝 src/Core/PS4/HLE/LibSceVideoOut.h (+12 -10)
📝 src/Core/PS4/Linker.cpp (+4 -4)
📝 src/types.h (+3 -1)

📄 Description

No description provided


🔄 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/30 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 7/22/2023 **Status:** ✅ Merged **Merged:** 7/23/2023 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `clang` --- ### 📝 Commits (4) - [`28aad0a`](https://github.com/shadps4-emu/shadPS4/commit/28aad0a5dc67ab9e42ed21e8c454fde98fa13b4a) Added sysv_abi , now parameters in sceVideoOutOpen is correct - [`f1ab579`](https://github.com/shadps4-emu/shadPS4/commit/f1ab57902297a06f2aafed0b3c00c92707883042) Create building-windows.md - [`bb40fa9`](https://github.com/shadps4-emu/shadPS4/commit/bb40fa9d659003338af45e67d84d48a19943917c) added clang configurations , removed buggy MSVC ones - [`5706e1b`](https://github.com/shadps4-emu/shadPS4/commit/5706e1be1b5bdb7f422fa94c41671e15973f7f3d) added more PS4_SYSV_ABI codes ### 📊 Changes **10 files changed** (+151 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `CMakeSettings.json` (+24 -25) ➕ `documents/building-windows.md` (+26 -0) 📝 `src/Core/PS4/HLE/LibC.cpp` (+16 -14) 📝 `src/Core/PS4/HLE/LibC.h` (+8 -6) 📝 `src/Core/PS4/HLE/LibKernel.cpp` (+26 -11) 📝 `src/Core/PS4/HLE/LibKernel.h` (+8 -7) 📝 `src/Core/PS4/HLE/LibSceVideoOut.cpp` (+24 -15) 📝 `src/Core/PS4/HLE/LibSceVideoOut.h` (+12 -10) 📝 `src/Core/PS4/Linker.cpp` (+4 -4) 📝 `src/types.h` (+3 -1) </details> ### 📄 Description _No description provided_ --- <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:42 +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#1226
No description provided.