X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu_main.c;h=f1f794489e5e761e57e15db6704eaca4e7675793;hp=0f85604f674bdafc66c68a1b4742e91ced2231e8;hb=f9248bbfa31729f0d902db00269e50f2d03082ba;hpb=3867c6efed8d1cd6cd40f07cd46876f59da8912f diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_main.c b/plugins/gpu_neon/psx_gpu/psx_gpu_main.c index 0f85604f..f1f79448 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu_main.c +++ b/plugins/gpu_neon/psx_gpu/psx_gpu_main.c @@ -211,7 +211,7 @@ int main(int argc, char *argv[]) printf("%d\n", cycles_elapsed); #endif -#if 1 +#if 0 u32 i; for(i = 0; i < 1024 * 512; i++) @@ -238,7 +238,7 @@ int main(int argc, char *argv[]) } #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" @@ -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)); } + printf(" %d lines\n", lines); printf("\n"); printf(" %d mismatches\n\n\n", mismatches); #endif