From 73e0ebf44623063030d441a41cbd9056b5b0bff7 Mon Sep 17 00:00:00 2001 From: Berk Date: Fri, 17 Jul 2026 02:47:53 +0300 Subject: [PATCH] Update README order (#303) --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6f9c376a..8fc2778d 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.