From f8f228e720bdc1cb86f1d732ca6538974145b3d2 Mon Sep 17 00:00:00 2001 From: Hermite Date: Tue, 31 Dec 2024 09:49:43 +0100 Subject: [PATCH] Created IV. Helping development [Users] (markdown) --- IV.-Helping-development-[Users].md | 50 ++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 IV.-Helping-development-[Users].md diff --git a/IV.-Helping-development-[Users].md b/IV.-Helping-development-[Users].md new file mode 100644 index 0000000..9dffa4e --- /dev/null +++ b/IV.-Helping-development-[Users].md @@ -0,0 +1,50 @@ +#### How to help shadPS4 developers and community. + +## Table of Contents + +1. [**Help Maintain the Games Compatibility Database**](#help-maintain-the-games-compatibility-database) +2. [**Solve Issues**](#solve-issues) +3. [**How to Debug**](#how-to-debug) +4. [**How to Build**](#how-to-build) + 4.1 [**Windows**](#windows) + 4.2 [**Linux**](#linux) + 4.3 [**macOS**](#macos) + +## Help maintain the games compatibility database +

+ + + + + + + + + + +

+ +We have users who test each of their games between each major version. This allows us to monitor the progress and playability status of these games. +
We can also extract logs that give us precise information for development and improving compatibility. +
You can take part in this by
clicking here. + +
You can find out if your game has already been tested by searching by Title or CUSA number. If it exists but is not up to date, you can also update it. +
You can also find out if your game is `playable` directly on the GUI. +
image +
Everything is indicated on the link. + +## Solve issues +You can participate by helping people with their [**issues**](https://github.com/shadps4-emu/shadPS4/issues). +
There is also a Discord channel [Help](https://discord.com/channels/1080089157554155590/1258851012924538931) where you can give some help to newly people + +## How to Debug +We have a full guide to explain how to debug a game by yourself without programming skills +
You can use it, it's very complete: [Debugging guide](https://github.com/shadps4-emu/shadPS4/blob/main/documents/Debugging/Debugging.md) + +## How to Build + +Depending on your OS, follow these instructions: + +- [**Windows**](https://github.com/shadps4-emu/shadPS4/blob/main/documents/building-windows.md) +- [**Linux**](https://github.com/shadps4-emu/shadPS4/blob/main/documents/building-linux.md) +- [**macOS**](https://github.com/shadps4-emu/shadPS4/blob/main/documents/building-macos.md) \ No newline at end of file