diff options
| author | 2014-11-26 15:00:51 -0500 | |
|---|---|---|
| committer | 2014-12-12 22:06:10 -0500 | |
| commit | 6fe61d3debff9da8df7c2422edf426045b87d23b (patch) | |
| tree | 0fe2c4c4d989874bc7a49cd832bee85d36b86480 /src/common/common_paths.h | |
| parent | Common: Add "sysdata" to GetUserPath and cleanup. (diff) | |
| download | yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar.gz yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar.xz yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.zip | |
APT_U: Added GetSharedFont service function.
Diffstat (limited to 'src/common/common_paths.h')
| -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 | ||