all repos — mgba @ 8ec9ebf7d8b51a19155948e4b5aaf068fa334f32

mGBA Game Boy Advance Emulator

src/platform/switch/fileassoc.cfg.in (view raw)

 1fileassoc={
 2  app_path="%s";
 3
 4  targets=(
 5    {
 6      file_extension=".gba";
 7    },
 8    {
 9      file_extension=".gb";
10    },
11    {
12      file_extension=".gbc";
13    },
14    {
15      file_extension=".sgb";
16    }
17  );
18};