From ce15f59d46ea29afc64a8018e7da089c81217dea Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 26 Mar 2020 23:53:35 -0700 Subject: Fix stateview target --- stateview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stateview.c') diff --git a/stateview.c b/stateview.c index f2fb8f1..05e5e2b 100644 --- a/stateview.c +++ b/stateview.c @@ -113,7 +113,7 @@ int main(int argc, char ** argv) 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); -- cgit v1.2.3