Ticket #8972: ps2-paths.patch

File ps2-paths.patch, 604 bytes (added by sunmax, 15 years ago)

ps2-paths.patch

  • gui/options.cpp

    diff -ur release-0-13-0/gui/options.cpp release-0-13-0-ps2/gui/options.cpp
    old new  
    756756void GlobalOptionsDialog::open() {
    757757   OptionsDialog::open();
    758758
    759 #if !( defined(__DC__) || defined(__GP32__) || defined(__PLAYSTATION2__) )
     759#if !( defined(__DC__) || defined(__GP32__) )
    760760   // Set _savePath to the current save path
    761761   Common::String savePath(ConfMan.get("savepath", _domain));
    762762   Common::String themePath(ConfMan.get("themepath", _domain));