Fix compilation on unix
svn-id: r45778
This commit is contained in:
parent
4c2491df3b
commit
ecaa7a3fe7
1 changed files with 1 additions and 1 deletions
|
@ -62,10 +62,10 @@ void BaseBackend::fillScreen(uint32 col) {
|
|||
#if defined(UNIX)
|
||||
#if defined(SAMSUNGTV)
|
||||
#define DEFAULT_CONFIG_FILE "/dtv/usb/sda1/.scummvmrc"
|
||||
#endif
|
||||
#else
|
||||
#define DEFAULT_CONFIG_FILE ".scummvmrc"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(UNIX)
|
||||
#define DEFAULT_CONFIG_FILE "scummvm.ini"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue