More PSP compilation fixes

This commit is contained in:
xawotihs
2013-11-17 19:07:22 +01:00
parent 422bb430d4
commit 958440d909
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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
{ {
+1 -1
View File
@@ -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 },