Skip to content

Commit

Permalink
Update pcsx2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin authored Nov 25, 2022
1 parent 1e29e8c commit 3a792c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/development/cores/core-specific/pcsx2.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ Enter the following commands (from the PCSX2 source directory):
!!! Warning
If it says 'Could not find named generator' or something to that effect, it means you might be using
the wrong cmake version on Msys2/Mingw. Remove the regular 'cmake' package and try to install 'mingw-w64-x86_64-cmake' instead.

## How to compile (for Windows x64 - Visual Studio 2022)

In addition to the requirement(s) listed above, you will also need Visual Studio 2022 installed in order for the following to work.

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

0 comments on commit 3a792c1

Please sign in to comment.