More PSP compilation fixes
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
#include "../include/JFileSystem.h"
|
#include "../include/JFileSystem.h"
|
||||||
#include "../include/JRenderer.h"
|
#include "../include/JRenderer.h"
|
||||||
#include "../include/JGameLauncher.h"
|
#include "../include/JGameLauncher.h"
|
||||||
|
#ifdef QT_CONFIG
|
||||||
|
#include <QTime>
|
||||||
|
#endif
|
||||||
|
|
||||||
class WagicCore
|
class WagicCore
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -310,7 +310,7 @@ static const struct { LocalKeySym keysym; JButton keycode; } gDefaultBindings[]
|
|||||||
{ SDLK_VOLUMEUP, JGE_BTN_PREV },
|
{ SDLK_VOLUMEUP, JGE_BTN_PREV },
|
||||||
{ SDLK_VOLUMEDOWN, JGE_BTN_SEC},
|
{ SDLK_VOLUMEDOWN, JGE_BTN_SEC},
|
||||||
};
|
};
|
||||||
#elif define QT_CONFIG
|
#elif defined QT_CONFIG
|
||||||
{
|
{
|
||||||
{ Qt::Key_Enter, JGE_BTN_MENU },
|
{ Qt::Key_Enter, JGE_BTN_MENU },
|
||||||
{ Qt::Key_Return, JGE_BTN_MENU },
|
{ Qt::Key_Return, JGE_BTN_MENU },
|
||||||
|
|||||||
Reference in New Issue
Block a user