Merge branch 'cpak-management' of https://github.com/networkfusion/N64FlashcartMenu into cpak-management

This commit is contained in:
Robin Jones 2024-04-29 22:25:11 +01:00
commit 9746a1d443

View File

@ -12,7 +12,7 @@ static const char *rom_extensions[] = { "z64", "n64", "v64", "rom", NULL };
static const char *disk_extensions[] = { "ndd", NULL }; static const char *disk_extensions[] = { "ndd", NULL };
static const char *emulator_extensions[] = { "nes", "sfc", "smc", "gb", "gbc", "sms", "gg", "sg", NULL }; static const char *emulator_extensions[] = { "nes", "sfc", "smc", "gb", "gbc", "sms", "gg", "sg", NULL };
// TODO: "eep", "sra", "srm", "fla" could be used if transfered from different flashcarts. // TODO: "eep", "sra", "srm", "fla" could be used if transfered from different flashcarts.
static const char *save_extensions[] = { "sav", NULL }; // TODO: "eep", "sra", "srm", "fla" could be used if transfered from different flashcarts. static const char *save_extensions[] = { "sav", NULL };
//static const char *joypad_accessory_save_extensions[] = { "cpak", "mpk", NULL }; //static const char *joypad_accessory_save_extensions[] = { "cpak", "mpk", NULL };
static const char *image_extensions[] = { "png", NULL }; static const char *image_extensions[] = { "png", NULL };
static const char *text_extensions[] = { "txt", "ini", "yml", "yaml", NULL }; static const char *text_extensions[] = { "txt", "ini", "yml", "yaml", NULL };