From 3481f739a17cc82c6bca844d8b86584c382eae9f Mon Sep 17 00:00:00 2001 From: Atvaark Date: Wed, 2 Oct 2019 23:34:43 +0200 Subject: [PATCH] [Docs] Fix project name in building.md --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 933567e6c..366db280b 100644 --- a/docs/building.md +++ b/docs/building.md @@ -72,7 +72,7 @@ xb genspirv #### Debugging -VS behaves oddly with the debug paths. Open the xenia project properties +VS behaves oddly with the debug paths. Open the 'xenia-app' project properties and set the 'Command' to `$(SolutionDir)$(TargetPath)` and the 'Working Directory' to `$(SolutionDir)..\..`. You can specify flags and the file to run in the 'Command Arguments' field (or use `--flagfile=flags.txt`).