diff options
author | Cameron Cawley | 2018-11-03 19:00:24 +0000 |
---|---|---|
committer | David Turner | 2018-11-04 21:38:45 +0000 |
commit | 79a4e3f8131fa8e3f2b3041e2a440236093cb76d (patch) | |
tree | af2c09a29e1bc3b5201b101718bc532493e6a59e /gui/options.cpp | |
parent | e4ff1929aa7823c3716a9ea48e1f8a9524154742 (diff) | |
download | scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.tar.gz scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.tar.bz2 scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.zip |
BACKENDS: Remove references to the GP32 backend
Diffstat (limited to 'gui/options.cpp')
-rw-r--r-- | gui/options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index efaacc955e..7c1a576c57 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -1585,7 +1585,7 @@ void GlobalOptionsDialog::build() { else _pathsTabId = tab->addTab(_c("Paths", "lowres")); -#if !( defined(__DC__) || defined(__GP32__) ) +#if !defined(__DC__) // These two buttons have to be extra wide, or the text will be // truncated in the small version of the GUI. @@ -1786,7 +1786,7 @@ void GlobalOptionsDialog::build() { OptionsDialog::build(); -#if !( defined(__DC__) || defined(__GP32__) ) +#if !defined(__DC__) // Set _savePath to the current save path Common::String savePath(ConfMan.get("savepath", _domain)); Common::String themePath(ConfMan.get("themepath", _domain)); |