diff options
author | bunnei <bunneidev@gmail.com> | 2018-07-06 11:13:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-06 11:13:50 -0400 |
commit | bebe09a1aaeb521ed909035f32fc0225b5482367 (patch) | |
tree | 1a027999a2e0ff8a6e5201725486a441dc49e944 /src/common/common_paths.h | |
parent | 77c684c1140f6bf3fb7d4560d06d2efb1a2ee5e2 (diff) | |
parent | c9aadff9a96ae279133e6b4bbf26a678702122ad (diff) |
Merge pull request #630 from FearlessTobi/remove-citra-references
Remove some references to Citra
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r-- | src/common/common_paths.h | 2 |
1 files changed, 1 insertions, 1 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" |