X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fgp2x.c;h=e1b8c97018e9117023e13e59be9d3309e41b34ab;hb=45f2f245f51ef0c0d37df3c998595c132bfcaffa;hp=27216eef7beb571a545bdff4883df61821838ab8;hpb=af37bca858874b5cbd5ab126eaba1fad6ff7ab72;p=picodrive.git diff --git a/platform/linux/gp2x.c b/platform/linux/gp2x.c index 27216ee..e1b8c97 100644 --- a/platform/linux/gp2x.c +++ b/platform/linux/gp2x.c @@ -425,6 +425,7 @@ void *gp2x_video_setpalette = gp2x_video_setpalette_; void *gp2x_video_RGB_setscaling = do_nothing; void *gp2x_video_wait_vsync = do_nothing; void *gp2x_set_cpuclk = do_nothing; +void *gp2x_read_battery = do_nothing; void *set_lcd_custom_rate = do_nothing; void *unset_lcd_custom_rate = do_nothing; void *set_lcd_gamma = do_nothing;