mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 08:19:19 +00:00
Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2.
svn-id: r39144
This commit is contained in:
parent
344a4f5199
commit
188d8f4414
@ -756,7 +756,7 @@ GlobalOptionsDialog::~GlobalOptionsDialog() {
|
||||
void GlobalOptionsDialog::open() {
|
||||
OptionsDialog::open();
|
||||
|
||||
#if !( defined(__DC__) || defined(__GP32__) || defined(__PLAYSTATION2__) )
|
||||
#if !( defined(__DC__) || defined(__GP32__) )
|
||||
// Set _savePath to the current save path
|
||||
Common::String savePath(ConfMan.get("savepath", _domain));
|
||||
Common::String themePath(ConfMan.get("themepath", _domain));
|
||||
|
Loading…
x
Reference in New Issue
Block a user