From facf0dd0e1606223da276bbf3984c55ca84e83d9 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 23 Aug 2017 21:18:17 -0700 Subject: Allow reloading current ROM with a hotkey (default F5) and allow locking on a cartridge via menu --- system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'system.h') 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; -- cgit v1.2.3