From 34891053bed6e161e8cdd9712e61c6c9dd7b105b Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 30 Jun 2017 18:42:52 -0700 Subject: Make drag and drop play nice with the menu --- menu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 11b5201..f558d0d 100644 --- a/menu.h +++ b/menu.h @@ -9,6 +9,7 @@ typedef struct { char *curpath; uint16_t latch; uint16_t state; + uint8_t external_game_load; } menu_context; -- cgit v1.2.3