diff options
author | bunnei <bunneidev@gmail.com> | 2014-11-26 21:00:51 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-12-13 04:06:10 +0100 |
commit | 6fe61d3debff9da8df7c2422edf426045b87d23b (patch) | |
tree | 0fe2c4c4d989874bc7a49cd832bee85d36b86480 /src/common/common_paths.h | |
parent | Common: Add "sysdata" to GetUserPath and cleanup. (diff) | |
download | yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar.gz yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar.bz2 yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar.lz yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar.xz yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.tar.zst yuzu-6fe61d3debff9da8df7c2422edf426045b87d23b.zip |
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 @@ #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" |