summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtvaark <Atvaark@users.noreply.github.com>2019-10-02 23:34:43 +0200
committerRick Gibbed <rick@gibbed.us>2019-10-18 12:45:06 -0500
commit3481f739a17cc82c6bca844d8b86584c382eae9f (patch)
tree8ef70add52268f31c1ff51265136f2149bf48e08
parentf748e5af49062fd78d098acdaf045183f29faf36 (diff)
[Docs] Fix project name in building.md
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
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`).