all repos — mgba @ 8947b80a1cefc78458f447b6583c17d084998f8c

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};