X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fheader.h;h=752dd039d7b5a9a4318fb2d35febb9d495e849b8;hp=34db74fe297fe00358b3e2983097f3cf1dd0ec0a;hb=4d0451847a77d420284c7fb0f50b1f167c1118ee;hpb=ed233fce977d411ce024631668f1488d0d078d19 diff --git a/loader/header.h b/loader/header.h index 34db74f..752dd03 100644 --- a/loader/header.h +++ b/loader/header.h @@ -46,6 +46,7 @@ int emu_read_gpiodev(void *buf, int count); void *emu_do_fopen(const char *path, const char *mode); int emu_do_system(const char *command); +int host_init(void); int host_read_btns(void); enum { GP2X_UP = 0, GP2X_LEFT = 2, GP2X_DOWN = 4, GP2X_RIGHT = 6,