diff system.h @ 1438:e2bd03ed3190

Allow reloading current ROM with a hotkey (default F5) and allow locking on a cartridge via menu
author Michael Pavone <pavone@retrodev.com>
date Wed, 23 Aug 2017 21:18:17 -0700
parents c886c54d8cf1
children d2d637dbacfb a568dca999b2
line wrap: on
line diff
--- a/system.h	Mon Aug 21 23:49:56 2017 -0700
+++ b/system.h	Wed Aug 23 21:18:17 2017 -0700
@@ -53,6 +53,7 @@
 
 struct system_media {
 	void         *buffer;
+	char         *dir;
 	char         *name;
 	char         *extension;
 	system_media *chain;