summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-08-23 21:18:17 -0700
committerMichael Pavone <pavone@retrodev.com>2017-08-23 21:18:17 -0700
commitfacf0dd0e1606223da276bbf3984c55ca84e83d9 (patch)
tree1034b38f7f86d1f9a6de1ae7ae1d8cbef01d2930 /system.h
parentf46eaaf8651d2c763de76ce82999d9d7e1230719 (diff)
Allow reloading current ROM with a hotkey (default F5) and allow locking on a cartridge via menu
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index b71097b..712d643 100644
--- a/system.h
+++ b/system.h
@@ -53,6 +53,7 @@ struct system_header {
struct system_media {
void *buffer;
+ char *dir;
char *name;
char *extension;
system_media *chain;