diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/common_paths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index 95479a529..42e1a29c1 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h | |||
| @@ -58,6 +58,9 @@ | |||
| 58 | #define DEBUGGER_CONFIG "debugger.ini" | 58 | #define DEBUGGER_CONFIG "debugger.ini" |
| 59 | #define LOGGER_CONFIG "logger.ini" | 59 | #define LOGGER_CONFIG "logger.ini" |
| 60 | 60 | ||
| 61 | // Sys files | ||
| 62 | #define SHARED_FONT "shared_font.bin" | ||
| 63 | |||
| 61 | // Files in the directory returned by GetUserPath(D_LOGS_IDX) | 64 | // Files in the directory returned by GetUserPath(D_LOGS_IDX) |
| 62 | #define MAIN_LOG "emu.log" | 65 | #define MAIN_LOG "emu.log" |
| 63 | 66 | ||