diff options
author | bunnei <bunneidev@gmail.com> | 2014-11-26 15:00:51 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-12-12 22:06:10 -0500 |
commit | 6fe61d3debff9da8df7c2422edf426045b87d23b (patch) | |
tree | 0fe2c4c4d989874bc7a49cd832bee85d36b86480 /src/common/common_paths.h | |
parent | 5bac72282a340ca30e19efe2cdf6e48699d7ebfd (diff) |
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 95479a529c..42e1a29c10 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -58,6 +58,9 @@ #define DEBUGGER_CONFIG "debugger.ini" #define LOGGER_CONFIG "logger.ini" +// Sys files +#define SHARED_FONT "shared_font.bin" + // Files in the directory returned by GetUserPath(D_LOGS_IDX) #define MAIN_LOG "emu.log" |