X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpulib%2Fgpu.h;h=201b5a46dee0a59f260d6f7199d7055ad2569ea5;hb=f99193c2c2ec0ab56636773949fae34d847d91b0;hp=553afbdb3aee44db8abd9bf776fdb3f6e298c2da;hpb=0e4366b6f4f0b4077970334f25bec9e00efe16a7;p=pcsx_rearmed.git diff --git a/plugins/gpulib/gpu.h b/plugins/gpulib/gpu.h index 553afbdb..201b5a46 100644 --- a/plugins/gpulib/gpu.h +++ b/plugins/gpulib/gpu.h @@ -122,7 +122,7 @@ extern struct psx_gpu gpu; extern const unsigned char cmd_lengths[256]; -int do_cmd_list(uint32_t *list, int count, int *last_cmd); +int do_cmd_list(uint32_t *list, int count, int *cycles, int *last_cmd); struct rearmed_cbs;