From 05bf5b125f47318b3b85b9553007fffcc0c745f4 Mon Sep 17 00:00:00 2001 From: freiro Date: Tue, 22 Nov 2016 14:17:20 +0100 Subject: [PATCH] Visual Studio, suggest to build as Release instead of Debug --- Building-for-Windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 5055345..c71c89f 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -47,9 +47,13 @@ NOTE: Citra by default downloads to C:\Users\\citra ![17](http://i.imgur.com/tgL92rk.png?2) + * Select the appropriate build type, Debug for debug purposes or Release for performance (in case of doubt choose the latest). + +![18](http://i.imgur.com/7iqvLF5.png) + * Press F5 or select Build → Rebuild Solution in the menu. -![18](http://i.imgur.com/x30ZhtE.png?2) +![19](http://i.imgur.com/x30ZhtE.png?2) * NOTE: Please refer to [Common Issues](https://github.com/citra-emu/citra/wiki/Common-Issues) if any errors. If you did not find a solution feel free to ask us in the IRC channel: #citra @ [Freenode](https://webchat.freenode.net/).