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.

This commit is contained in:
vanfanel 2015-10-18 20:25:53 +02:00
parent a4bfef8c53
commit c362119572
9 changed files with 14 additions and 14 deletions

View file

@ -25,7 +25,7 @@
#include "common/scummsys.h"
#include "base/main.h"
#if defined(RASPBERRYPI)
#if defined(DISPMANX)
int main(int argc, char* argv[]) {
// Create our OSystem instance