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