update gp2x for input changes
authornotaz <notasas@gmail.com>
Thu, 10 Oct 2013 22:05:28 +0000 (01:05 +0300)
committernotaz <notasas@gmail.com>
Thu, 10 Oct 2013 22:08:32 +0000 (01:08 +0300)
pico/cd/gfx.c
platform/gp2x/plat.c
platform/libpicofe

index 948402b..a2c97be 100644 (file)
@@ -316,7 +316,7 @@ void gfx_start(unsigned int base)
   /* make sure 2M mode is enabled */
   if (!(Pico_mcd->s68k_regs[3] & 0x04))
   {
-    uint32 mask;
+    uint32 mask = 0;
     uint32 reg;
     
     /* trace vector pointer */
index e7f8f73..4d35cbd 100644 (file)
@@ -95,8 +95,8 @@ static const struct menu_keymap key_pbtn_map[] =
        { KEY_RIGHTBRACE, PBTN_R },
 };
 
-static const struct in_evdev_pdata gp2x_evdev_pdata = {
-       .defbinds = in_gp2x_defbinds,
+static const struct in_pdata gp2x_evdev_pdata = {
+       .defbinds = in_evdev_defbinds,
        .key_map = key_pbtn_map,
        .kmap_size = sizeof(key_pbtn_map) / sizeof(key_pbtn_map[0]),
 };
index d685ce4..8b4363e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d685ce4625e9f3b25b0852d31960cb429da06a9d
+Subproject commit 8b4363e302e6bbcf41321ec70f8c033efed5840d