mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #4012] Add option to enable/disable sys_modules #3869
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3869
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/4012
Author: @DanielSvoboda
Created: 2/8/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (7)
3bb1f76Add option to enable/disable sys_modules6170fd4remove the listb17eff7clangb900502Fix loading old game-specific configs without enabledSysModules14a28c0Fix load HLEce9ae05Merge branch 'shadps4-emu:main' into maincef5d7bMerge 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'.
If someone disables something, it will appear in the log:

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.