Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP for nokia n900??
01-05-2014, 10:48 AM
Post: #22
RE: PPSSPP for nokia n900??
(01-04-2014 11:43 PM)xsacha Wrote:  OK. Thanks. So it seems X11 threads doesn't work even though maemo uses X11. A few things to fix up there.

git pull and couple more fixes:
Code:
index 08dfab0..13ea21b 100644
--- a/base/QtMain.h
+++ b/base/QtMain.h
@@ -45,7 +45,7 @@ public:
#if QT_VERSION < 0x50000
                setAttribute(Qt::WA_LockLandscapeOrientation);
#endif
-#ifdef USING_GLES2
+#if defined(USING_GLES2) && !defined(MAEMO)
                acc = new QAccelerometer(this);
                acc->start();
#endif
@@ -54,7 +54,7 @@ public:
                startTimer(16);
        }
        ~MainUI() {
-#ifdef USING_GLES2
+#if defined(USING_GLES2) && !defined(MAEMO)
                delete acc;
#endif
                NativeShutdownGraphics();

I got it compiled and running.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PPSSPP for nokia n900?? - samipower - 01-31-2013, 09:06 PM
RE: PPSSPP for nokia n900?? - xsacha - 02-01-2013, 12:22 AM
RE: PPSSPP for nokia n900?? - samipower - 02-18-2013, 12:00 AM
RE: PPSSPP for nokia n900?? - VIRGIN KLM - 02-18-2013, 03:31 AM
RE: PPSSPP for nokia n900?? - Diman9 - 03-17-2013, 07:19 AM
RE: PPSSPP for nokia n900?? - Henrik - 03-17-2013, 09:32 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-22-2013, 10:47 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 07:10 AM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 01:41 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 02:57 PM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 05:53 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 10:41 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-01-2014, 11:03 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-04-2014, 11:43 PM
RE: PPSSPP for nokia n900?? - AapoRantalainen - 01-05-2014 10:48 AM

Forum Jump: