X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fheader.h;fp=loader%2Fheader.h;h=edde685c4aec5a456bfcbe4e721ed44b5e9880f2;hp=da03c00ab7aa53bc286349c5c14a39d3487a707c;hb=890c1dc54f2d12febbf4238c73ccd145a6724771;hpb=56e1747d197e1c1a0e928bc9ed4810a73a57dd90 diff --git a/loader/header.h b/loader/header.h index da03c00..edde685 100644 --- a/loader/header.h +++ b/loader/header.h @@ -44,7 +44,7 @@ void do_patches(void *ptr, unsigned int size); struct op_context; -void emu_init(void *map_bottom); +void emu_init(void *map_bottom[2], int is_dl); void emu_call_handle_op(struct op_context *op_ctx); long emu_do_mmap(unsigned int length, int prot, int flags, int fd, unsigned int offset); long emu_do_munmap(void *addr, unsigned int length);