Skip to content

Commit

Permalink
Merge .GBA Extension changes form Branches/Release to Trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyak committed Aug 27, 2014
1 parent 0a52315 commit b808cc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions BizHawk.Client.EmuHawk/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1802,18 +1802,19 @@ private void OpenRom()
"Commodore 64 (experimental)", "*.prg; *.d64, *.g64; *.crt;%ARCH%",
"SID Commodore 64 Music File", "*.sid;%ARCH%",
"Nintendo 64", "*.z64;*.v64;*.n64",
"WonderSawn", "*.ws;*.wsc;%ARCH%",
"WonderSwan", "*.ws;*.wsc;%ARCH%",
"All Files", "*.*");
}
else
{
ofd.Filter = FormatFilter(
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.a78;*.col;*.rom;*.cue;*.sgb;*.z64;*.v64;*.n64;*.ws;*.wsc;*.xml;%ARCH%",
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.gba;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.a78;*.col;*.rom;*.cue;*.sgb;*.z64;*.v64;*.n64;*.ws;*.wsc;*.xml;%ARCH%",
"Disc Images", "*.cue",
"NES", "*.nes;*.fds;%ARCH%",
"Super NES", "*.smc;*.sfc;*.xml;%ARCH%",
"Nintendo 64", "*.z64;*.v64;*.n64",
"Gameboy", "*.gb;*.gbc;*.sgb;%ARCH%",
"Gameboy Advance", "*.gba;%ARCH%",
"Master System", "*.sms;*.gg;*.sg;%ARCH%",
"PC Engine", "*.pce;*.sgx;*.cue;%ARCH%",
"Atari 2600", "*.a26;%ARCH%",
Expand All @@ -1823,7 +1824,7 @@ private void OpenRom()
"Archive Files", "%ARCH%",
"Savestate", "*.state",
"Genesis", "*.gen;*.md;*.smd;*.bin;*.cue;%ARCH%",
"WonderSawn", "*.ws;*.wsc;%ARCH%",
"WonderSwan", "*.ws;*.wsc;%ARCH%",
"All Files", "*.*");
}

Expand Down

0 comments on commit b808cc7

Please sign in to comment.