X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fheader.h;h=752dd039d7b5a9a4318fb2d35febb9d495e849b8;hp=8da398eff49e07e15fe3a41afad913e928ec6100;hb=6ca083930098ee075c8f61cf2c04d616349959c3;hpb=7fd42181a7f66b4403076cd9de98e18140a7eaf8 diff --git a/loader/header.h b/loader/header.h index 8da398e..752dd03 100644 --- a/loader/header.h +++ b/loader/header.h @@ -36,13 +36,17 @@ enum { void do_patches(void *ptr, unsigned int size); +struct op_context; + void emu_init(void *map_bottom); +void emu_call_handle_op(struct op_context *op_ctx); void *emu_do_mmap(unsigned int length, int prot, int flags, int fd, unsigned int offset); int emu_do_ioctl(int fd, int request, void *argp); 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,