[PR #218] [MERGED] Stabilization8 #1402

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/218
Author: @georgemoralis
Created: 6/27/2024
Status: Merged
Merged: 6/27/2024
Merged by: @raphaelthegreat

Base: mainHead: stabilization8


📝 Commits (6)

  • 2ac9ae3 disable configured flexible memory size (caused issues in some games)
  • ef3c8cf fixed case S_OR_B64 for blazing chrome
  • 60ca89a submodules updates and fixes for latest SDL
  • e6a23b7 stubbed _sigprocmask (not handled and spams too much)
  • 2e9a275 added ReplaceOp case in Stencilop
  • 030967f dummy ajm module added

📊 Changes

18 files changed (+214 additions, -13 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 externals/cryptopp (+1 -1)
📝 externals/fmt (+1 -1)
📝 externals/glslang (+1 -1)
📝 externals/sdl3 (+1 -1)
📝 externals/vma (+1 -1)
📝 externals/zlib-ng (+1 -1)
📝 src/audio_core/sdl_audio.cpp (+1 -1)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+1 -0)
src/core/libraries/ajm/ajm.cpp (+147 -0)
src/core/libraries/ajm/ajm.h (+38 -0)
📝 src/core/libraries/kernel/libkernel.cpp (+6 -0)
📝 src/core/libraries/libs.cpp (+2 -0)
📝 src/core/linker.cpp (+5 -5)
📝 src/sdl_window.cpp (+1 -1)
📝 src/shader_recompiler/frontend/translate/scalar_alu.cpp (+2 -0)
📝 src/video_core/renderer_vulkan/liverpool_to_vk.cpp (+2 -0)

📄 Description

  • Disabled flex mem configuration (crashes some games)
  • Fixed case S_OR_B64 for blazing chrome
  • Updated submodules to latest and fixes issues with latest SDL
  • stubbed _sigprocmask (not handled and spams too much)
  • added ReplaceOp case in Stencilop
  • Dummy ajm module added

🔄 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/218 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 6/27/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `stabilization8` --- ### 📝 Commits (6) - [`2ac9ae3`](https://github.com/shadps4-emu/shadPS4/commit/2ac9ae3eb1609bfc43c77736cb5d8303e85f819e) disable configured flexible memory size (caused issues in some games) - [`ef3c8cf`](https://github.com/shadps4-emu/shadPS4/commit/ef3c8cf28272a7db35aa7eb56a9208e2f7e41a2c) fixed case S_OR_B64 for blazing chrome - [`60ca89a`](https://github.com/shadps4-emu/shadPS4/commit/60ca89a85663c8f7d9f69c5fddcc9e9025fc7e57) submodules updates and fixes for latest SDL - [`e6a23b7`](https://github.com/shadps4-emu/shadPS4/commit/e6a23b7ffec4d5de830b34391bcc4a03ee057567) stubbed _sigprocmask (not handled and spams too much) - [`2e9a275`](https://github.com/shadps4-emu/shadPS4/commit/2e9a275a339e45870fe39350c1c44a022db75e93) added ReplaceOp case in Stencilop - [`030967f`](https://github.com/shadps4-emu/shadPS4/commit/030967f9d50199930fc4ffc3dbe738a8e52cd7b4) dummy ajm module added ### 📊 Changes **18 files changed** (+214 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `externals/cryptopp` (+1 -1) 📝 `externals/fmt` (+1 -1) 📝 `externals/glslang` (+1 -1) 📝 `externals/sdl3` (+1 -1) 📝 `externals/vma` (+1 -1) 📝 `externals/zlib-ng` (+1 -1) 📝 `src/audio_core/sdl_audio.cpp` (+1 -1) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+1 -0) ➕ `src/core/libraries/ajm/ajm.cpp` (+147 -0) ➕ `src/core/libraries/ajm/ajm.h` (+38 -0) 📝 `src/core/libraries/kernel/libkernel.cpp` (+6 -0) 📝 `src/core/libraries/libs.cpp` (+2 -0) 📝 `src/core/linker.cpp` (+5 -5) 📝 `src/sdl_window.cpp` (+1 -1) 📝 `src/shader_recompiler/frontend/translate/scalar_alu.cpp` (+2 -0) 📝 `src/video_core/renderer_vulkan/liverpool_to_vk.cpp` (+2 -0) </details> ### 📄 Description - Disabled flex mem configuration (crashes some games) - Fixed case S_OR_B64 for blazing chrome - Updated submodules to latest and fixes issues with latest SDL - stubbed _sigprocmask (not handled and spams too much) - added ReplaceOp case in Stencilop - Dummy ajm module added --- <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:24 +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#1402
No description provided.