changeset 1908:c3d49c338224

Fix stateview target
author Michael Pavone <pavone@retrodev.com>
date Thu, 26 Mar 2020 23:53:35 -0700
parents b021ca0bc375
children 508522f08e4d
files stateview.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stateview.c	Wed Mar 25 22:59:59 2020 -0700
+++ b/stateview.c	Thu Mar 26 23:53:35 2020 -0700
@@ -113,7 +113,7 @@
 	height = height < 240 ? (width/320) * 240 : height;
 
 	render_init(width, height, "GST State Viewer", 0);
-	vdp_context *context = init_vdp_context(0);
+	vdp_context *context = init_vdp_context(0, 0);
 	vdp_load_gst(context, state_file);
 	vdp_run_to_vblank(context);
 	vdp_print_sprite_table(context);