diff nuklear_ui/blastem_nuklear.c @ 2413:64cf80e683aa

Initial support for Colecovision emulation
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Jan 2024 22:56:35 -0800
parents f8ce89498e11
children ccee8dccd9cc
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c	Thu Jan 04 22:14:29 2024 -0800
+++ b/nuklear_ui/blastem_nuklear.c	Thu Jan 04 22:56:35 2024 -0800
@@ -2370,6 +2370,8 @@
 		settings_path(context, "US CD BIOS", "system\0scd_bios_us\0", "cdbios.md", exts, 3);
 		settings_path(context, "JP CD BIOS", "system\0scd_bios_jp\0", "cdbios.md", exts, 3);
 		settings_path(context, "EU CD BIOS", "system\0scd_bios_eu\0", "cdbios.md", exts, 3);
+		static const char* coleco_exts[] = {"col", "bin", "rom"};
+		settings_path(context, "Colecovision BIOS", "system\0coleco_bios_path\0", "colecovision_bios.col", coleco_exts, 3);
 		if (nk_button_label(context, "Back")) {
 			pop_view();
 		}