From b243416b907e6ce366b051e77ed8a434f7668d5d Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 24 Feb 2012 01:07:33 +0200 Subject: gpulib: eliminate list scan-ahead --- plugins/gpu_neon/psx_gpu/psx_gpu_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/gpu_neon/psx_gpu/psx_gpu_main.c') diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_main.c b/plugins/gpu_neon/psx_gpu/psx_gpu_main.c index 6c17b0a..8ca3ad0 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu_main.c +++ b/plugins/gpu_neon/psx_gpu/psx_gpu_main.c @@ -192,7 +192,7 @@ int main(int argc, char *argv[]) init_counter(); #endif - gpu_parse(psx_gpu, list, size); + gpu_parse(psx_gpu, list, size, NULL); flush_render_block_buffer(psx_gpu); clear_stats(); @@ -201,7 +201,7 @@ int main(int argc, char *argv[]) u32 cycles = get_counter(); #endif - gpu_parse(psx_gpu, list, size); + gpu_parse(psx_gpu, list, size, NULL); flush_render_block_buffer(psx_gpu); #ifdef NEON_BUILD -- cgit v1.2.3