samsungtv: move DEFAULT_CONFIG_FILE into main sdl code to prevent code duplication

svn-id: r45831
This commit is contained in:
Paweł Kołodziejski 2009-11-11 14:21:58 +00:00
parent 6bc410ba34
commit a3363e6e1f
3 changed files with 2 additions and 22 deletions

View file

@ -68,6 +68,8 @@
#if defined(UNIX)
#ifdef MACOSX
#define DEFAULT_CONFIG_FILE "Library/Preferences/ScummVM Preferences"
#elif defined(SAMSUNGTV)
#define DEFAULT_CONFIG_FILE "/dtv/usb/sda1/.scummvmrc"
#else
#define DEFAULT_CONFIG_FILE ".scummvmrc"
#endif