X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=loader%2Fheader.h;h=b5241f6bc25147ae5ecc644503021a17e97f1345;hb=e95f9e496c721df3e23311afa6457d6b7ec90e58;hp=58ef4d9e14777e043786a197686184099b606fa7;hpb=7000b522095b21ba16784d02997835d74ecc3375;p=ginge.git 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,