move common files to root
[libpicofe.git] / gp2x / soc_pollux.c
index ab56b99..6a6dde0 100644 (file)
@@ -20,9 +20,9 @@
 
 #include "soc.h"
 #include "plat_gp2x.h"
-#include "../common/emu.h"
-#include "../common/plat.h"
-#include "../common/arm_utils.h"
+#include "../emu.h"
+#include "../plat.h"
+#include "../arm_utils.h"
 #include "pollux_set.h"
 
 static volatile unsigned short *memregs;
@@ -149,7 +149,7 @@ static void gp2x_video_RGB_setscaling_(int ln_offs, int W, int H)
 
 static void gp2x_video_wait_vsync_(void)
 {
-       while (!(memregl[0x308c>>2] & (1 << 10)));
+       while (!(memregl[0x308c>>2] & (1 << 10)))
                spend_cycles(128);
        memregl[0x308c>>2] |= 1 << 10;
 }