psx_gpu: fix line cmd length and move w/h masking
[pcsx_rearmed.git] / plugins / gpulib / gpu.c
index ea17237..79a5fa4 100644 (file)
@@ -333,6 +333,7 @@ static noinline int do_cmd_list_skip(uint32_t *data, int count, int *last_cmd)
   int cmd = 0, pos = 0, len, dummy;
   int skip = 1;
 
+  // XXX: polylines are not properly handled
   while (pos < count && skip) {
     uint32_t *list = data + pos;
     cmd = list[0] >> 24;