diff system.h @ 2404:6f8400ce7a0f

Fix reload of zipped and gzipped ROMS
author Michael Pavone <pavone@retrodev.com>
date Tue, 02 Jan 2024 18:14:28 -0800
parents 9f0c67e5c50a
children 64cf80e683aa
line wrap: on
line diff
--- a/system.h	Mon Jan 01 20:02:41 2024 -0800
+++ b/system.h	Tue Jan 02 18:14:28 2024 -0800
@@ -132,6 +132,7 @@
 	char         *dir;
 	char         *name;
 	char         *extension;
+	char         *orig_path; //Full path before splitting and any extension manipulation
 	system_media *chain;
 	track_info   *tracks;
 	uint8_t      *tmp_buffer;