mirror of
https://github.com/retro100/dosbox-wii.git
synced 2025-01-12 18:29:07 +01:00
change default conf file to dosbox.conf
This commit is contained in:
parent
232d8849a5
commit
9df639a55c
@ -66,7 +66,7 @@ void Cross::GetPlatformConfigName(std::string& in) {
|
|||||||
#elif defined(MACOSX)
|
#elif defined(MACOSX)
|
||||||
#define DEFAULT_CONFIG_FILE "DOSBox " VERSION " Preferences"
|
#define DEFAULT_CONFIG_FILE "DOSBox " VERSION " Preferences"
|
||||||
#elif defined(HW_RVL)
|
#elif defined(HW_RVL)
|
||||||
#define DEFAULT_CONFIG_FILE "dosbox-" VERSION ".conf"
|
#define DEFAULT_CONFIG_FILE "dosbox.conf"
|
||||||
#else /*linux freebsd*/
|
#else /*linux freebsd*/
|
||||||
#define DEFAULT_CONFIG_FILE "dosbox-" VERSION ".conf"
|
#define DEFAULT_CONFIG_FILE "dosbox-" VERSION ".conf"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user