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/common_paths.h | |
| 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 '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 @@ | |||
| 40 | #define DEBUGGER_CONFIG "debugger.ini" | 40 | #define DEBUGGER_CONFIG "debugger.ini" |
| 41 | #define LOGGER_CONFIG "logger.ini" | 41 | #define LOGGER_CONFIG "logger.ini" |
| 42 | // Files in the directory returned by GetUserPath(D_LOGS_IDX) | 42 | // Files in the directory returned by GetUserPath(D_LOGS_IDX) |
| 43 | #define LOG_FILE "citra_log.txt" | 43 | #define LOG_FILE "yuzu_log.txt" |
| 44 | 44 | ||
| 45 | // Sys files | 45 | // Sys files |
| 46 | #define SHARED_FONT "shared_font.bin" | 46 | #define SHARED_FONT "shared_font.bin" |