gpulib: make gpulib.a a dependency
[pcsx_rearmed.git] / plugins / gpulib / gpu.h
index d9ad416..11bfe46 100644 (file)
@@ -91,7 +91,7 @@ extern struct psx_gpu gpu;
 
 extern const unsigned char cmd_lengths[256];
 
-void do_cmd_list(uint32_t *list, int count);
+int do_cmd_list(uint32_t *list, int count, int *last_cmd);
 
 struct rearmed_cbs;