1
0
Fork 0

Respect XDG spec for dosbox main .conf file

Windows and macOS config files are left as they were, this change
affects mostly Linux users.

Users are not forced to migrate, but visible warning is being issued if
they aren't. Majority of users probably won't notice it, as the stable
release should generate newly named .conf file.
This commit is contained in:
Patryk Obara 2020-04-16 02:18:30 +02:00 committed by Patryk Obara
parent a51f9b5600
commit 64772850b5
3 changed files with 102 additions and 15 deletions

View file

@ -76,6 +76,8 @@
static inline float powf (float x, float y) { return (float) pow (x,y); }
#endif
void CROSS_DetermineConfigPaths();
class Cross {
public:
static void GetPlatformConfigDir(std::string& in);