Merge remote-tracking branch 'origin/master' into fix-compile-ubuntu-22.04
This commit is contained in:
commit
183ffc943f
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// yuzu data directories
|
||||
|
||||
#define YUZU_DIR "yuzu"
|
||||
#define YUZU_DIR "suyu"
|
||||
#define PORTABLE_DIR "user"
|
||||
|
||||
// Sub-directories contained within a yuzu data directory
|
||||
|
@ -28,4 +28,4 @@
|
|||
|
||||
// yuzu-specific files
|
||||
|
||||
#define LOG_FILE "yuzu_log.txt"
|
||||
#define LOG_FILE "suyu_log.txt"
|
||||
|
|
Loading…
Reference in a new issue