From 63d6fc8305a0560150c91db189466f33a57ee68e Mon Sep 17 00:00:00 2001 From: Missake212 Date: Mon, 7 Apr 2025 18:36:01 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6462c8bd2..8e2c97c3b 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,27 @@ R3 | M | Keyboard and mouse inputs can be customized in the settings menu by clicking the Controller button, and further details and help on controls are also found there. Custom bindings are saved per-game. Inputs support up to three keys per binding, mouse buttons, mouse movement mapped to joystick input, and more. +## Firmware files: + +shadPS4 can load some PlayStation 4 firmware files, these must be dumped from your legally owned PlayStation 4 console.\ +The following firmware modules are supported and must be placed in shadPS4's `user/sys_modules` folder. + +
+ +| Modules | Modules | Modules | Modules | +|-------------------------|-------------------------|-------------------------|-------------------------| +| libSceCesCs.sprx | libSceDiscMap.sprx | libSceFont.sprx | libSceFontFt.sprx | +| libSceFreeTypeOt.sprx | libSceJson.sprx | libSceJson2.sprx | libSceLibcInternal.sprx | +| libSceNgs2.sprx | libSceRtc.sprx | libSceUlt.sprx | | + +
+ +> [!Caution] +> The above modules are required to run the games properly and must be extracted from your PlayStation 4.\ +> **We do not provide any information or support on how to do this**. + + + # Main team - [**georgemoralis**](https://github.com/georgemoralis)