From beb5f1bbda76f0366aa31b1f22b0a0e3aef9453f Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Mon, 27 Aug 2018 00:26:42 +0200 Subject: [PATCH] added "cd yuzu" because the user is not in the yuzu folder after the clone --- Building-for-Windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index a491008..fef9c6b 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -106,6 +106,7 @@ Doesn't require the rather large Qt dependency, but you will lack a GUI frontend ``` git clone --recursive https://github.com/yuzu-emu/yuzu +cd yuzu mkdir build cd build cmake .. -G "Visual Studio 15 2017 Win64"