all repos — mgba @ 11fcc89f793db3fe74b1ef950d6c4af1e69d09e1

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