X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu-gles%2Fgpulib_if.c;h=d440fdb1020e01c673dffc63f4b54e97ca72d09a;hb=90ac6fed274c1d573a971c66f8a1338e8918f066;hp=923f652e3affd80cbc0f0c3533de3ca4048bd5c6;hpb=71e413beb2288211f8864040d325de6e1676c413;p=pcsx_rearmed.git diff --git a/plugins/gpu-gles/gpulib_if.c b/plugins/gpu-gles/gpulib_if.c index 923f652e..d440fdb1 100644 --- a/plugins/gpu-gles/gpulib_if.c +++ b/plugins/gpu-gles/gpulib_if.c @@ -514,14 +514,14 @@ void renderer_notify_res_change(void) { } -void renderer_notify_scanout_x_change(int x, int w) +void renderer_notify_scanout_change(int x, int y) { } extern const unsigned char cmd_lengths[256]; // XXX: mostly dupe code from soft peops -int do_cmd_list(unsigned int *list, int list_len, int *last_cmd) +int do_cmd_list(unsigned int *list, int list_len, int *cycles, int *last_cmd) { unsigned int cmd, len; unsigned int *list_start = list;