all repos — mgba @ a3857c74720acff2a3e13dc7e2b92fb6fd73b57f

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