diff stateview.c @ 1868:bfacedbae5f0

Fix libretro and stateview targets
author Michael Pavone <pavone@retrodev.com>
date Mon, 24 Jun 2019 09:11:38 -0700
parents c9695252eff4
children c3d49c338224
line wrap: on
line diff
--- a/stateview.c	Thu Jun 20 23:28:18 2019 -0700
+++ b/stateview.c	Mon Jun 24 09:11:38 2019 -0700
@@ -122,6 +122,6 @@
 		puts("Forcing display on");
 		vdp_control_port_write(context, 0x8000 | REG_MODE_2 << 8 | context->regs[REG_MODE_2] | DISPLAY_ENABLE);
 	}
-    render_wait_quit(context);
+    render_wait_quit();
     return 0;
 }