Ticket #8972: ps2-paths.patch
File ps2-paths.patch, 604 bytes (added by , 16 years ago) |
---|
-
gui/options.cpp
diff -ur release-0-13-0/gui/options.cpp release-0-13-0-ps2/gui/options.cpp
old new 756 756 void GlobalOptionsDialog::open() { 757 757 OptionsDialog::open(); 758 758 759 #if !( defined(__DC__) || defined(__GP32__) || defined(__PLAYSTATION2__))759 #if !( defined(__DC__) || defined(__GP32__) ) 760 760 // Set _savePath to the current save path 761 761 Common::String savePath(ConfMan.get("savepath", _domain)); 762 762 Common::String themePath(ConfMan.get("themepath", _domain));