summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-06-30 18:42:52 -0700
committerMichael Pavone <pavone@retrodev.com>2017-06-30 18:42:52 -0700
commit34891053bed6e161e8cdd9712e61c6c9dd7b105b (patch)
treea3c6f613bc543d76f073856d1c8f80fb098ca5ed /menu.h
parent1240507f74c90dbbadb4a0bb5a1f8c366222e18d (diff)
Make drag and drop play nice with the menu
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h1
1 files changed, 1 insertions, 0 deletions
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;