X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=484d67bffe738206a0da295658504ab7fde1c723;hp=c2e2ab4c0965a7ee91c9e2fbae74f21b6138c946;hb=b7569147823a8fc5a9de98e5d491da906e119296;hpb=9ee0fd5b333039b1140d90f935aa9299825f1e42 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index c2e2ab4c..484d67bf 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -487,7 +487,7 @@ static void pl_get_layer_pos(int *x, int *y, int *w, int *h) static void *pl_mmap(unsigned int size) { - return plat_mmap(0, size, 0); + return plat_mmap(0, size, 0, 0); } static void pl_munmap(void *ptr, unsigned int size)