diff menu.h @ 1423:9a3e003bdcb3

Make drag and drop play nice with the menu
author Michael Pavone <pavone@retrodev.com>
date Fri, 30 Jun 2017 18:42:52 -0700
parents 69a6ec208111
children
line wrap: on
line diff
--- a/menu.h	Fri Jun 30 00:36:18 2017 -0700
+++ b/menu.h	Fri Jun 30 18:42:52 2017 -0700
@@ -9,6 +9,7 @@
 	char     *curpath;
 	uint16_t latch;
 	uint16_t state;
+	uint8_t  external_game_load;
 } menu_context;