From 62fdcbc92ba3c4a71742293d75d853c95eb5f3c7 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 13 Nov 2015 22:56:59 -0800 Subject: Selecting a second game from the menu now works --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 5627057..5b9288c 100644 --- a/vdp.h +++ b/vdp.h @@ -176,6 +176,7 @@ typedef struct { } vdp_context; void init_vdp_context(vdp_context * context, uint8_t region_pal); +void vdp_free(vdp_context *context); void vdp_run_context(vdp_context * context, uint32_t target_cycles); //runs from current cycle count to VBLANK for the current mode, returns ending cycle count uint32_t vdp_run_to_vblank(vdp_context * context); -- cgit v1.2.3