Tools: Allow perf.py to accept zipped games
Jeffrey Pfau jeffrey@endrift.com
Tue, 13 Jan 2015 21:46:41 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
tools/perf.py
→
tools/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: