Añadidos mas defines para raspberry pi
This commit is contained in:
@@ -86,8 +86,11 @@ Director::~Director()
|
|||||||
void Director::initInput()
|
void Director::initInput()
|
||||||
{
|
{
|
||||||
// Establece si ha de mostrar mensajes
|
// Establece si ha de mostrar mensajes
|
||||||
|
#ifndef RASPI
|
||||||
input->setVerbose(options->console);
|
input->setVerbose(options->console);
|
||||||
|
#else
|
||||||
|
input->setVerbose(true);
|
||||||
|
#endif
|
||||||
// Busca si hay un mando conectado
|
// Busca si hay un mando conectado
|
||||||
input->discoverGameController();
|
input->discoverGameController();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user