mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-26 04:24:16 +01:00
Merge branch 'cpak-management' of https://github.com/networkfusion/N64FlashcartMenu into cpak-management
This commit is contained in:
commit
9746a1d443
@ -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 };
|
||||||
|
Loading…
Reference in New Issue
Block a user