X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fheader.h;h=b5241f6bc25147ae5ecc644503021a17e97f1345;hp=58ef4d9e14777e043786a197686184099b606fa7;hb=7d4e5f8112e69eee72b501b34d47994badf9ea2c;hpb=7000b522095b21ba16784d02997835d74ecc3375 diff --git a/loader/header.h b/loader/header.h index 58ef4d9..b5241f6 100644 --- a/loader/header.h +++ b/loader/header.h @@ -50,6 +50,7 @@ int emu_do_execve(const char *filename, char *const argv[], char *const envp[] int host_init(void); int host_read_btns(void); +void host_forced_exit(void); enum { GP2X_UP = 0, GP2X_LEFT = 2, GP2X_DOWN = 4, GP2X_RIGHT = 6, GP2X_START = 8, GP2X_SELECT = 9, GP2X_L = 10, GP2X_R = 11,