From c9aadff9a96ae279133e6b4bbf26a678702122ad Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Fri, 6 Jul 2018 15:47:06 +0200 Subject: Remove some references to Citra --- src/common/file_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/file_util.cpp') diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index b9e1fd1f6..7213abe18 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp @@ -678,7 +678,7 @@ std::string GetSysDirectory() { return sysDir; } -// Returns a string with a Citra data dir or file in the user's home +// Returns a string with a yuzu data dir or file in the user's home // directory. To be used in "multi-user" mode (that is, installed). const std::string& GetUserPath(const unsigned int DirIDX, const std::string& newPath) { static std::string paths[NUM_PATH_INDICES]; -- cgit v1.2.3