diff --git a/README.md b/README.md index 6f9c376..8fc2778 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ This project is developed purely for research and educational purposes. There ar SharpEmu focuses exclusively on the PlayStation 5. Our goal is **not** to emulate PS4 games, as there is already an excellent emulator dedicated to that platform: **ShadPS4**. +## Games Tested + +| Demons Souls Remake | Dreaming Sarah | +| :-----------------------------------------------------------: | :--------------------------------------------------------------------------------------------: | +| ![Bloodborne screenshot](./.github/images/demons-souls.jpg) | ![Dreaming Sarah](./.github/images/dreaming-sarah.jpg) | + +| Void Terrarium | Dead Cells | +| :------------------------------------------------------------------------: | :------------------------------------------------------------------: | +| ![Void Terrarium](./.github/images/void-terrarium.jpg) | ![Dead Cells](./.github/images/dead-cells.jpg) | + ## Status The emulator can currently load the `eboot.bin` of real games, execute native CPU instructions, and partially handle kernel-related functionality. However, several critical components are still missing. @@ -88,17 +98,6 @@ chmod +x ./SharpEmu A Vulkan-capable GPU and current graphics driver are required. The macOS release includes the MoltenVK Vulkan implementation. -## Games Tested - -| Demons Souls Remake | Dreaming Sarah | -| :-----------------------------------------------------------: | :--------------------------------------------------------------------------------------------: | -| ![Bloodborne screenshot](./.github/images/demons-souls.jpg) | ![Dreaming Sarah](./.github/images/dreaming-sarah.jpg) | - -| Void Terrarium | Dead Cells | -| :------------------------------------------------------------------------: | :------------------------------------------------------------------: | -| ![Void Terrarium](./.github/images/void-terrarium.jpg) | ![Dead Cells](./.github/images/dead-cells.jpg) | - - > [!IMPORTANT] > This project does **not** support or condone piracy. > All games used during development and testing are dumped from consoles that we personally own.