From a7f03d0c5328efa13a798e1c5527c4f2a2cbe492 Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:42:17 -0700 Subject: [PATCH] Update pcsx2.md --- docs/development/cores/core-specific/pcsx2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/cores/core-specific/pcsx2.md b/docs/development/cores/core-specific/pcsx2.md index 2239e4a6f..ce9996359 100644 --- a/docs/development/cores/core-specific/pcsx2.md +++ b/docs/development/cores/core-specific/pcsx2.md @@ -49,7 +49,7 @@ Enter the following commands (from the PCSX2 source directory): cmake -B build -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DLIBRETRO=ON cmake --build build --config Release --target pcsx2_libretro -# How to compile (for Linux) +## How to compile (for Linux) Enter the following commands (from the PCSX2 source directory):