all repos — mgba @ faa27b075484f97bc6a233f7476be06565efe2b9

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