mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
file_util: Make sure portable user path is absolute. (#7448)
This commit is contained in:
parent
cbe8987036
commit
3a4ebb1413
4 changed files with 41 additions and 34 deletions
|
@ -13,7 +13,6 @@
|
|||
#endif
|
||||
|
||||
// The user data dir
|
||||
#define ROOT_DIR "."
|
||||
#define USERDATA_DIR "user"
|
||||
#ifdef USER_DIR
|
||||
#define EMU_DATA_DIR USER_DIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue