Playstation2 Port: initial import
svn-id: r17305
This commit is contained in:
parent
5a890eedd3
commit
bd81feb996
32 changed files with 5997 additions and 5 deletions
|
@ -90,6 +90,8 @@ void ConfigManager::loadDefaultConfigFile() {
|
|||
strcat(configFile, "\\" DEFAULT_CONFIG_FILE);
|
||||
#elif defined(__PALM_OS__)
|
||||
strcpy(configFile,"/PALM/Programs/ScummVM/" DEFAULT_CONFIG_FILE);
|
||||
#elif defined(__PLAYSTATION2__)
|
||||
strcpy(configFile, "mc0:ScummVM/" DEFAULT_CONFIG_FILE);
|
||||
#else
|
||||
strcpy(configFile, DEFAULT_CONFIG_FILE);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue