From cc77d852e7b7eb79bfb984e66f861f89d1f460f0 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Thu, 25 Aug 2022 14:16:14 -0300 Subject: [PATCH] Update BUILD.md --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 406d1b0e..ad0bd0ad 100644 --- a/BUILD.md +++ b/BUILD.md @@ -10,8 +10,8 @@ Prerequisites: Instructions: 1) Run `git clone --recursive https://github.com/cemu-project/Cemu` -2) Launch `Cemu/build_vs_solution.bat`. If you installed VS to a custom location you may need to manually adjust the path inside the bat file -3) Wait until done, then open build/Cemu.sln in Visual Studio +2) Launch `Cemu/generate_vs_solution.bat`. If you installed VS to a custom location you may need to manually adjust the path inside the bat file +3) Wait until done, then open `Cemu/build/Cemu.sln` in Visual Studio 4) Right click 'CemuBin' project -> Set as startup project 5) Then build the solution and once finished you can run and debug it