all repos — mgba @ 854d49d1b727779133f6ea7124263cad74e98bcf

mGBA Game Boy Advance Emulator

Tools: Allow perf.py to accept zipped games
Jeffrey Pfau jeffrey@endrift.com
Tue, 13 Jan 2015 21:46:41 -0800
commit

854d49d1b727779133f6ea7124263cad74e98bcf

parent

47661def2919f49fdf0b23a5110179fa9b96b950

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/perf.pytools/perf.py

@@ -76,7 +76,7 @@

def collect_tests(self): roms = [] for f in os.listdir(self.cwd): - if f.endswith('.gba'): + if f.endswith('.gba') or f.endswith('.zip'): roms.append(f) roms.sort() for rom in roms: