diff options
author | vanfanel | 2015-10-18 20:25:53 +0200 |
---|---|---|
committer | vanfanel | 2015-10-18 20:25:53 +0200 |
commit | c362119572228721e45087d1a835231512b8edab (patch) | |
tree | 30e5b7e32cb329a0569c8e9a0cad390ae23470eb /backends/graphics | |
parent | a4bfef8c53021c85d3d0c36cd5cc8c08e6139b0a (diff) | |
download | scummvm-rg350-c362119572228721e45087d1a835231512b8edab.tar.gz scummvm-rg350-c362119572228721e45087d1a835231512b8edab.tar.bz2 scummvm-rg350-c362119572228721e45087d1a835231512b8edab.zip |
SDL/DISPMANX Renamed the RASBERRYPI define to the less confusing name of DISPMANX because it controls whether dispmanx rendering backend is enabled or not on the Raspberry Pi.
Diffstat (limited to 'backends/graphics')
-rw-r--r-- | backends/graphics/dispmanxsdl/dispmanxsdl-graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.cpp b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.cpp index 28f1cc1367..7e208db4b7 100644 --- a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.cpp +++ b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.cpp @@ -25,7 +25,7 @@ #include "common/scummsys.h" -#if defined(RASPBERRYPI) +#if defined(DISPMANX) #include "backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h" #include "graphics/scaler/aspect.h" |