From ce3fe48d32af8356560a66723f3593ec00505637 Mon Sep 17 00:00:00 2001 From: Chewico Date: Sat, 21 Jun 2025 21:21:22 +0200 Subject: [PATCH 1/3] Fixed compguide.md --- resources/docs/compguide.md | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/resources/docs/compguide.md b/resources/docs/compguide.md index ce31825..713b6c1 100644 --- a/resources/docs/compguide.md +++ b/resources/docs/compguide.md @@ -18,34 +18,47 @@ Run the following in your terminal: -``sudo apt update +```bash +sudo apt update -sudo apt install -y ninja-build clang lld cmake ccache libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libwayland-dev libxkbcommon-dev wayland-protocols git`` +sudo apt install -y ninja-build clang lld cmake ccache libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libwayland-dev libxkbcommon-dev wayland-protocols git +``` Now run the following: -``git clone https://www.github.com/pound-emu/pound.git`` +```bash +git clone https://www.github.com/pound-emu/pound.git +cd pound +``` and then: -``cmake -G Ninja -B (where you put pound source code) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++`` +`cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++` ## Linux (Arch/SteamOS) Run the following commands in your terminal: -`` + +```bash sudo pacman -S ninja clang lld cmake ccache libx11 libxext libxrandr libxcursor libxi libxinerama libxkbcommon wayland-protocols git -`` + +``` Now: -``git clone https://www.github.com/pound-emu/pound.git`` + +```bash +git clone https://www.github.com/pound-emu/pound.git +``` then: -`` + +```bash cd pound -`` + +``` lastly: -`` + +```bash cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -`` \ No newline at end of file +``` From ba0eac9764962286c5daa9c7439dea07f7fee6ed Mon Sep 17 00:00:00 2001 From: SamsonLib Date: Sat, 21 Jun 2025 23:48:59 +0200 Subject: [PATCH 2/3] Added Submodule init with bash code block --- resources/docs/compguide.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/docs/compguide.md b/resources/docs/compguide.md index 713b6c1..9e1e821 100644 --- a/resources/docs/compguide.md +++ b/resources/docs/compguide.md @@ -54,10 +54,17 @@ then: ```bash cd pound - ``` -lastly: +To initialize the submodules, direct to ``3rd_Party`` and than run ``git submodule update --init --recursive`` + +```bash +cd 3rd_Party +git submodule update --init --recursive +cd .. +``` + +lastly (in the pound directory not 3rd_Party) run: ```bash cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ From d07e905a1519d315ce0476c363c79d0b27aab8b3 Mon Sep 17 00:00:00 2001 From: FlipNand Date: Sun, 22 Jun 2025 15:48:21 -0400 Subject: [PATCH 3/3] Compatibility Table made --- Compatibility | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Compatibility diff --git a/Compatibility b/Compatibility new file mode 100644 index 0000000..dbd381b --- /dev/null +++ b/Compatibility @@ -0,0 +1,23 @@ +╔════════════════════════════════════╦═════════╦═════════════╗ +║ Game ║ Version ║ Rating #/5 ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ Mario Kart World ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ DK Bananza ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ Cyberpunk 2077 ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ Sonic X Shadow Generations NSW2E ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ BOTW NSW2E ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ TOTK NSW2E ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ Kirby and the forgotten land NSW2E ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ Street Fighter 6 ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ Demon X Machina ║ ║ ║ +╠════════════════════════════════════╬═════════╬═════════════╣ +║ Yakuza 0 ║ ║ ║ +╚════════════════════════════════════╩═════════╩═════════════╝