summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2018-07-06 11:13:50 -0400
committerGravatar GitHub2018-07-06 11:13:50 -0400
commitbebe09a1aaeb521ed909035f32fc0225b5482367 (patch)
tree1a027999a2e0ff8a6e5201725486a441dc49e944 /src/common/file_util.cpp
parentVirtual Filesystem (#597) (diff)
parentRemove some references to Citra (diff)
downloadyuzu-bebe09a1aaeb521ed909035f32fc0225b5482367.tar.gz
yuzu-bebe09a1aaeb521ed909035f32fc0225b5482367.tar.xz
yuzu-bebe09a1aaeb521ed909035f32fc0225b5482367.zip
Merge pull request #630 from FearlessTobi/remove-citra-references
Remove some references to Citra
Diffstat (limited to 'src/common/file_util.cpp')
-rw-r--r--src/common/file_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp
index 13516a4a1..493a81e01 100644
--- a/src/common/file_util.cpp
+++ b/src/common/file_util.cpp
@@ -679,7 +679,7 @@ std::string GetSysDirectory() {
679 return sysDir; 679 return sysDir;
680} 680}
681 681
682// Returns a string with a Citra data dir or file in the user's home 682// Returns a string with a yuzu data dir or file in the user's home
683// directory. To be used in "multi-user" mode (that is, installed). 683// directory. To be used in "multi-user" mode (that is, installed).
684const std::string& GetUserPath(const unsigned int DirIDX, const std::string& newPath) { 684const std::string& GetUserPath(const unsigned int DirIDX, const std::string& newPath) {
685 static std::string paths[NUM_PATH_INDICES]; 685 static std::string paths[NUM_PATH_INDICES];