comparison 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
comparison
equal deleted inserted replaced
2403:8171409b62ef 2404:6f8400ce7a0f
130 struct system_media { 130 struct system_media {
131 void *buffer; 131 void *buffer;
132 char *dir; 132 char *dir;
133 char *name; 133 char *name;
134 char *extension; 134 char *extension;
135 char *orig_path; //Full path before splitting and any extension manipulation
135 system_media *chain; 136 system_media *chain;
136 track_info *tracks; 137 track_info *tracks;
137 uint8_t *tmp_buffer; 138 uint8_t *tmp_buffer;
138 seek_fun seek; 139 seek_fun seek;
139 read_fun read; 140 read_fun read;