From 863ea0b3f8b8879ac3092f391a68dc95d0d04de2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 20 May 2015 19:05:11 -0700 Subject: Upgrade to SDL 2.0 and drop support for the non-OpenGL render path --- stateview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stateview.c') diff --git a/stateview.c b/stateview.c index 713c390..0d2286d 100644 --- a/stateview.c +++ b/stateview.c @@ -87,7 +87,7 @@ int main(int argc, char ** argv) 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); -- cgit v1.2.3