diff options
| author | 2018-07-06 15:47:06 +0200 | |
|---|---|---|
| committer | 2018-07-06 15:47:06 +0200 | |
| commit | c9aadff9a96ae279133e6b4bbf26a678702122ad (patch) | |
| tree | 67293315519cf957d1932d225f1d0986271d31d8 /src/common/file_util.cpp | |
| parent | Merge pull request #629 from Subv/depth_test (diff) | |
| download | yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar.gz yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar.xz yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.zip | |
Remove some references to Citra
Diffstat (limited to '')
| -rw-r--r-- | src/common/file_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 678 | return sysDir; | 678 | return sysDir; |
| 679 | } | 679 | } |
| 680 | 680 | ||
| 681 | // Returns a string with a Citra data dir or file in the user's home | 681 | // Returns a string with a yuzu data dir or file in the user's home |
| 682 | // directory. To be used in "multi-user" mode (that is, installed). | 682 | // directory. To be used in "multi-user" mode (that is, installed). |
| 683 | const std::string& GetUserPath(const unsigned int DirIDX, const std::string& newPath) { | 683 | const std::string& GetUserPath(const unsigned int DirIDX, const std::string& newPath) { |
| 684 | static std::string paths[NUM_PATH_INDICES]; | 684 | static std::string paths[NUM_PATH_INDICES]; |