51 lines
3.5 KiB
Markdown
Raw Permalink Normal View History

2024-12-27 11:00:32 +01:00
<h1 align="center">
<b>shadPS4 Game Compatibility</b>
</h1>
2024-07-02 18:22:13 +02:00
2024-12-27 15:08:08 +01:00
<h2 align="center">
<a href="https://github.com/shadps4-emu/shadps4-game-compatibility/labels/status-playable">
2024-12-28 10:27:23 +01:00
<img src="https://img.shields.io/github/issues-search/shadps4-emu/shadps4-game-compatibility?query=is%3Aopen+label%3Astatus-playable&style=for-the-badge&color=8BA503&label=Playable"/>
2025-02-07 13:26:47 +01:00
<a href="https://github.com/shadps4-emu/shadps4-game-compatibility/labels/status-ingame">
<img src="https://img.shields.io/github/issues-search/shadps4-emu/shadps4-game-compatibility?query=is%3Aopen+label%3Astatus-ingame&style=for-the-badge&color=F3BB00&label=Ingame"/>
<a href="https://github.com/shadps4-emu/shadps4-game-compatibility/labels/status-menus">
<img src="https://img.shields.io/github/issues-search/shadps4-emu/shadps4-game-compatibility?query=is%3Aopen+label%3Astatus-menus&style=for-the-badge&color=FF5C1A&label=Menus"/>
<a href="https://github.com/shadps4-emu/shadps4-game-compatibility/labels/status-boots">
<img src="https://img.shields.io/github/issues-search/shadps4-emu/shadps4-game-compatibility?query=is%3Aopen+label%3Astatus-boots&style=for-the-badge&color=A7001E&label=Boots"/>
<a href="https://github.com/shadps4-emu/shadps4-game-compatibility/labels/status-nothing">
<img src="https://img.shields.io/github/issues-search/shadps4-emu/shadps4-game-compatibility?query=is%3Aopen+label%3Astatus-nothing&style=for-the-badge&color=black&label=Nothing"/>
2024-12-27 15:08:08 +01:00
</h2>
2025-02-13 19:06:30 +01:00
- **status-playable**: Games that can be run without any issues.
- **status-ingame**: Games that can reach gameplay but have issues.
- **status-menus**: Games that can reach the menu but freeze/crash when trying to proceed further.
- **status-boots**: Games that show any visual/audio output but freeze/crash before reaching the menu.
- **status-nothing**: Games that crash when trying to launch or only show a black screen.
2025-02-13 19:05:49 +01:00
2025-01-01 09:47:55 +01:00
## Rules:
2024-07-02 00:34:33 +03:00
- Only publish results from major [**shadPS4 releases**](https://github.com/shadps4-emu/shadPS4/releases) (e.g. 0.6.0).
2025-02-07 19:08:56 +01:00
- Make sure you put all the necessary information: **Title**, **Game ID**, **Game Version**, **Emulator Version**, **Compatibility Status** and **Operating System**.
2024-12-26 12:03:01 +01:00
- Don't edit posts, just reply to them. That way we can check what's changed from previous version.
2024-12-27 11:00:32 +01:00
- Since compatibility between different OS varies, we allow one report per system-OS (Windows, Linux and macOS). So duplicate entries can exist if they are for different OS.
- You can publish the same game only if the CUSA is different (e.g. Bloodborne = CUSA00900 & CUSA03173)
## Informations
shadPS4 can load some modules in **LLE** mode, some are necessary and some have **HLE** replacements.\
The following firmware modules are supported and must be placed under `user/sys_modules` folder.\
2025-01-01 09:47:55 +01:00
Tested firmware modules are from **11.00**.
2024-12-27 11:00:32 +01:00
<div align="center">
| 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 | |
</div>
2024-12-27 11:00:32 +01:00
2025-01-01 09:47:55 +01:00
> [!Caution]
> The above modules are required to run the games properly and must be extracted from your PlayStation 4.\
2024-12-27 11:00:32 +01:00
> **We do not provide any information or support on how to do this**.