mirror of
https://github.com/notwa/mm
synced 2024-11-05 00:29:02 -08:00
cleanup
This commit is contained in:
parent
a2fe369827
commit
6bcf6de420
1 changed files with 0 additions and 4 deletions
|
@ -141,12 +141,8 @@ def z_read_file(path, fn=None):
|
|||
|
||||
def create_rom(d):
|
||||
walker = os.walk(d)
|
||||
if not walker:
|
||||
return
|
||||
|
||||
root, _, files = next(walker)
|
||||
del walker
|
||||
#files = [os.path.join(root, fn) for fn in files]
|
||||
|
||||
rom_size = 64*1024*1024
|
||||
with open(d+'.z64', 'w+b') as f:
|
Loading…
Reference in a new issue