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:
parent
a4bfef8c53
commit
c362119572
9 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue