summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2020-03-26 23:53:35 -0700
committerMichael Pavone <pavone@retrodev.com>2020-03-26 23:53:35 -0700
commitce15f59d46ea29afc64a8018e7da089c81217dea (patch)
tree3455ce30cc45c2eb09d0e8e1540010ad3f5411a1
parentfa046eb22081eb790bd49063127bf0caf80f2985 (diff)
Fix stateview target
-rw-r--r--stateview.c2
1 files changed, 1 insertions, 1 deletions
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);