From f8f2d849aaee0b29f2f6e7a67a391cf55b03806e Mon Sep 17 00:00:00 2001 From: Hermite Date: Wed, 12 Feb 2025 13:35:27 +0100 Subject: [PATCH] Updated I. Quick start [Users] (markdown) --- I.-Quick-start-[Users].md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/I.-Quick-start-[Users].md b/I.-Quick-start-[Users].md index dca5372..53053e1 100644 --- a/I.-Quick-start-[Users].md +++ b/I.-Quick-start-[Users].md @@ -81,7 +81,31 @@ The emulator is now started. Now you want to install your first PKG (games).
Make sure to wait until 100%. If the GUI crash or bug, you have to do it again. --- -## 4. Configure the emulator + +## 4. Adding modules +shadPS4 can load some modules in: +* `LLE mode`: Low Level Emulation; Understand emulation as close to reality as possible. +* `HLE mode`: High Level Emulation. + +For some of the modules, it is necessary to process them in **LLE**. For others, they can be replaced by these supported modules and must be placed under `user/sys_modules` folder. Tested FW modules are from **11.00**. + +
+ +| 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. +--- + + +## 5. Configure the emulator Congratulations, your emulator is now running with your first games !
Now you can start to configure it -
Follow [**this link**](https://github.com/Xphalnos/shadPS4-Wiki/wiki/II.-Setting-up-shadPS4-%5BUsers%5D) to learn how to set up shadPS4. \ No newline at end of file +Follow [**this link**](https://github.com/Xphalnos/shadPS4-Wiki/wiki/II.-Setting-up-shadPS4-%5BUsers%5D) to learn how to set up shadPS4. \ No newline at end of file