diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/common_paths.h | 2 | ||||
-rw-r--r-- | src/common/file_util.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index d03fca314..9bf3efaf2 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -40,7 +40,7 @@ #define DEBUGGER_CONFIG "debugger.ini" #define LOGGER_CONFIG "logger.ini" // Files in the directory returned by GetUserPath(D_LOGS_IDX) -#define LOG_FILE "citra_log.txt" +#define LOG_FILE "yuzu_log.txt" // Sys files #define SHARED_FONT "shared_font.bin" 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() { 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]; |