psx_gpu: fix lines
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu / psx_gpu_main.c
index 0f85604..f1f7944 100644 (file)
@@ -211,7 +211,7 @@ int main(int argc, char *argv[])
   printf("%d\n", cycles_elapsed);
 #endif
 
   printf("%d\n", cycles_elapsed);
 #endif
 
-#if 1
+#if 0
   u32 i;
 
   for(i = 0; i < 1024 * 512; i++)
   u32 i;
 
   for(i = 0; i < 1024 * 512; i++)
@@ -238,7 +238,7 @@ int main(int argc, char *argv[])
   }
 #endif
 
   }
 #endif
 
-#if 0
+#if 1
   printf("\n");
   printf("  %d pixels, %d pixel blocks, %d spans\n"
    "   (%lf pixels per block, %lf pixels per span),\n"
   printf("\n");
   printf("  %d pixels, %d pixel blocks, %d spans\n"
    "   (%lf pixels per block, %lf pixels per span),\n"
@@ -294,6 +294,7 @@ int main(int argc, char *argv[])
      percent_of(sprites_8bpp, sprites), percent_of(sprites_16bpp, sprites),
      percent_of(sprites_untextured, sprites));
   }
      percent_of(sprites_8bpp, sprites), percent_of(sprites_16bpp, sprites),
      percent_of(sprites_untextured, sprites));
   }
+  printf("  %d lines\n", lines);
   printf("\n");
   printf("  %d mismatches\n\n\n", mismatches);
 #endif
   printf("\n");
   printf("  %d mismatches\n\n\n", mismatches);
 #endif