Remove some references to Citra

This commit is contained in:
fearlessTobi 2018-07-06 15:47:06 +02:00
parent 51bd76a5fd
commit c9aadff9a9
3 changed files with 3 additions and 3 deletions

View file

@ -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];