# HG changeset patch # User Michael Pavone # Date 1585292015 25200 # Node ID c3d49c3382249b7a7e3014545380f83a67fa2fc3 # Parent b021ca0bc375c2d21af38d11f0e18ec4d03387ec Fix stateview target diff -r b021ca0bc375 -r c3d49c338224 stateview.c --- 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);