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
|
@ -467,7 +467,7 @@ GlobalOptionsDialog::~GlobalOptionsDialog() {
|
|||
void GlobalOptionsDialog::open() {
|
||||
OptionsDialog::open();
|
||||
|
||||
#if !( defined(__DC__) || defined(__GP32__) )
|
||||
#if !( defined(__DC__) || defined(__GP32__) || defined(__PLAYSTATION2__) )
|
||||
// Set _savePath to the current save path
|
||||
Common::String dir(ConfMan.get("savepath", _domain));
|
||||
Common::String extraPath(ConfMan.get("extrapath", _domain));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue