[PR #4012] Add option to enable/disable sys_modules #3869

Open
opened 2026-02-27 22:05:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4012
Author: @DanielSvoboda
Created: 2/8/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (7)

  • 3bb1f76 Add option to enable/disable sys_modules
  • 6170fd4 remove the list
  • b17eff7 clang
  • b900502 Fix loading old game-specific configs without enabledSysModules
  • 14a28c0 Fix load HLE
  • ce9ae05 Merge branch 'shadps4-emu:main' into main
  • cef5d7b Merge branch 'shadps4-emu:main' into main

📊 Changes

3 files changed (+55 additions, -13 deletions)

View changed files

📝 src/common/config.cpp (+35 -3)
📝 src/common/config.h (+4 -0)
📝 src/emulator.cpp (+16 -10)

📄 Description

Resolves https://github.com/shadps4-emu/shadPS4/issues/614

These options are not added to the global settings, only to the per-game settings.
These options will be available in the 'Experimental' menu, and can only be activated through the 'game specific settings'.

image

If someone disables something, it will appear in the log:
image

The QtLauncher section is here: https://github.com/shadps4-emu/shadps4-qtlauncher/pull/244


🔄 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/4012 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 2/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`3bb1f76`](https://github.com/shadps4-emu/shadPS4/commit/3bb1f767dad8b53e3ce1c058523a1bb0b81e17e2) Add option to enable/disable sys_modules - [`6170fd4`](https://github.com/shadps4-emu/shadPS4/commit/6170fd4808c445d5329ee05736e3ccb697c4284b) remove the list - [`b17eff7`](https://github.com/shadps4-emu/shadPS4/commit/b17eff7e88b0b7fc222ae898a56dc336450896a3) clang - [`b900502`](https://github.com/shadps4-emu/shadPS4/commit/b900502cb62d9d56845997d5f3c6aa1331db0cc9) Fix loading old game-specific configs without enabledSysModules - [`14a28c0`](https://github.com/shadps4-emu/shadPS4/commit/14a28c0dec755639241151af6c834c89b546db6f) Fix load HLE - [`ce9ae05`](https://github.com/shadps4-emu/shadPS4/commit/ce9ae056ac5d70b0e8725156ecef876c1d00ebcf) Merge branch 'shadps4-emu:main' into main - [`cef5d7b`](https://github.com/shadps4-emu/shadPS4/commit/cef5d7b70c284aaf638a212a7399c807c477213d) Merge branch 'shadps4-emu:main' into main ### 📊 Changes **3 files changed** (+55 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+35 -3) 📝 `src/common/config.h` (+4 -0) 📝 `src/emulator.cpp` (+16 -10) </details> ### 📄 Description Resolves https://github.com/shadps4-emu/shadPS4/issues/614 These options are not added to the global settings, only to the per-game settings. These options will be available in the 'Experimental' menu, and can only be activated through the 'game specific settings'. <img width="436" height="500" alt="image" src="https://github.com/user-attachments/assets/b9e17d6e-7686-4be8-9f96-01cdf0c44885" /> If someone disables something, it will appear in the log: <img width="903" height="142" alt="image" src="https://github.com/user-attachments/assets/4ef84751-3810-4909-973a-bb0c44c99d2c" /> The QtLauncher section is here: https://github.com/shadps4-emu/shadps4-qtlauncher/pull/244 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#3869
No description provided.