revive pandora and win32 builds, rm gp2x dep for linux, lots of refactoring
[libpicofe.git] / gp2x / in_gp2x.c
index 37abeaf..eb97a7e 100644 (file)
@@ -80,6 +80,9 @@ static int in_gp2x_get_wiz_bits(void)
 }
 
 #ifdef FAKE_IN_GP2X
+volatile unsigned short *gp2x_memregs;
+gp2x_soc_t soc_detect(void) { return -1; }
+
 static int in_gp2x_get_fake_bits(void)
 {
        extern int current_keys;