diff options
author | Robert Göffringmann | 2005-03-31 05:35:04 +0000 |
---|---|---|
committer | Robert Göffringmann | 2005-03-31 05:35:04 +0000 |
commit | bd81feb9969f434e538f44ad2c82ea8e9e8821c9 (patch) | |
tree | c2fc75f7bc071afd7eda51e5a076edf5e8f7c009 /gui | |
parent | 5a890eedd3eeebc0ab1c37d4150cba11bb9d6138 (diff) | |
download | scummvm-rg350-bd81feb9969f434e538f44ad2c82ea8e9e8821c9.tar.gz scummvm-rg350-bd81feb9969f434e538f44ad2c82ea8e9e8821c9.tar.bz2 scummvm-rg350-bd81feb9969f434e538f44ad2c82ea8e9e8821c9.zip |
Playstation2 Port: initial import
svn-id: r17305
Diffstat (limited to 'gui')
-rw-r--r-- | gui/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index e54e6a2126..c3f21b5163 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -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)); |