diff stateview.c @ 719:019d27995e32

Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
author Michael Pavone <pavone@retrodev.com>
date Wed, 20 May 2015 19:05:11 -0700
parents 6e751a8f46aa
children e64975fc5f98
line wrap: on
line diff
--- a/stateview.c	Wed May 20 10:35:03 2015 -0700
+++ b/stateview.c	Wed May 20 19:05:11 2015 -0700
@@ -87,7 +87,7 @@
 	height = height < 240 ? (width/320) * 240 : height;
 
 	vdp_context context;
-	render_init(width, height, "GST State Viewer", 60, 0, 0);
+	render_init(width, height, "GST State Viewer", 60, 0);
 	init_vdp_context(&context, 0);
 	vdp_load_gst(&context, state_file);
 	vdp_run_to_vblank(&context);