Config: Add option to use JPN as the Japanese region directory in GetDirectoryForRegion().

See https://bugs.dolphin-emu.org/issues/13076 for motivation for this.
This commit is contained in:
Admiral H. Curtiss
2022-11-07 05:33:47 +01:00
parent 2132e005c3
commit 86d01c3399
3 changed files with 15 additions and 4 deletions

View File

@ -28,9 +28,11 @@
#endif
// Dirs in both User and Sys
// Legacy setups used /JAP/ while newer setups use /JPN/ by default.
#define EUR_DIR "EUR"
#define USA_DIR "USA"
#define JAP_DIR "JAP"
#define JPN_DIR "JPN"
// Subdirs in the User dir returned by GetUserPath(D_USER_IDX)
#define GC_USER_DIR "GC"