diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-30 18:42:52 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-30 18:42:52 -0700 |
commit | 34891053bed6e161e8cdd9712e61c6c9dd7b105b (patch) | |
tree | a3c6f613bc543d76f073856d1c8f80fb098ca5ed /menu.h | |
parent | 1240507f74c90dbbadb4a0bb5a1f8c366222e18d (diff) |
Make drag and drop play nice with the menu
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ typedef struct { char *curpath; uint16_t latch; uint16_t state; + uint8_t external_game_load; } menu_context; |