Mercurial > repos > blastem
diff stateview.c @ 744:fc68992cf18d
Merge windows branch with latest changes
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 28 May 2015 21:19:55 -0700 |
parents | 019d27995e32 |
children | e64975fc5f98 |
line wrap: on
line diff
--- a/stateview.c Thu May 28 21:09:33 2015 -0700 +++ b/stateview.c Thu May 28 21:19:55 2015 -0700 @@ -53,6 +53,7 @@ } tern_node * config; +int headless = 0; int main(int argc, char ** argv) { @@ -87,7 +88,7 @@ vdp_context context; render_init(width, height, "GST State Viewer", 60, 0); - init_vdp_context(&context); + init_vdp_context(&context, 0); vdp_load_gst(&context, state_file); vdp_run_to_vblank(&context); vdp_print_sprite_table(&context);