mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
Fix: [Emscripten] Use non-XDG directories to simplify lolac storage (#9207)
This commit is contained in:
parent
b56c03b120
commit
a879996012
@ -347,7 +347,7 @@ typedef unsigned char byte;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define the the platforms that use XDG */
|
/* Define the the platforms that use XDG */
|
||||||
#if defined(WITH_PERSONAL_DIR) && defined(UNIX) && !defined(__APPLE__)
|
#if defined(WITH_PERSONAL_DIR) && defined(UNIX) && !defined(__APPLE__) && !defined(__EMSCRIPTEN__)
|
||||||
# define USE_XDG
|
# define USE_XDG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user