From 309933eaf000c9db357b679bd5eef08e218b794b Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:14:28 +0200 Subject: [PATCH] Updated I. Quick start [Users] (markdown) --- I.-Quick-start-[Users].md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/I.-Quick-start-[Users].md b/I.-Quick-start-[Users].md index 5d571a5..d138bf0 100644 --- a/I.-Quick-start-[Users].md +++ b/I.-Quick-start-[Users].md @@ -105,14 +105,15 @@ The process for installing updates is the same: ## 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. +* `LLE mode`: Low Level Emulation: Using the firmware files of the console directly; +* `HLE mode`: High Level Emulation: Providing a reimplementation for the original module in the emulator source code. -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**. +For some of the modules, it is necessary to process them in **HLE**. 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**. +Some of the firmware libraries have to be emulated, some of them not necessarily have to, but already have a full HLE implementation, but some libraries don't have working reimplementations yet, but can be loaded LLE. The modules below can be dumped from your console and added to shadPS4 to greatly increase game compatibility, and make emulation better. The goal is to eventually not have to rely on firmware modules at all, but there's still a long way to go to achieve that. -