gpu: rework dma vs busy timing
[pcsx_rearmed.git] / plugins / gpu-gles / gpulib_if.c
index d440fdb..f00c459 100644 (file)
@@ -521,7 +521,8 @@ 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 *cycles, int *last_cmd)
+int do_cmd_list(uint32_t *list, int list_len,
+ int *cycles_sum_out, int *cycles_last, int *last_cmd)
 {
   unsigned int cmd, len;
   unsigned int *list_start = list;