diff menu.c @ 2158:bdd83b47d78a

Implement config file migrations and add iso and cue to extension list
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 May 2022 09:10:54 -0700
parents c362f2c7766a
children
line wrap: on
line diff
--- a/menu.c	Thu Apr 28 18:44:50 2022 -0700
+++ b/menu.c	Tue May 24 09:10:54 2022 -0700
@@ -150,7 +150,7 @@
 			for (size_t i = 0; dst && i < num_entries; i++)
 			{
 				if (num_exts && !entries[i].is_dir) {
-					if (!path_matches_extensions(entries[i].name, ext_list, num_exts)) {
+					if (!path_matches_extensions(entries[i].name, (const char **)ext_list, num_exts)) {
 						continue;
 					}
 				}