mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -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):
|
def create_rom(d):
|
||||||
walker = os.walk(d)
|
walker = os.walk(d)
|
||||||
if not walker:
|
|
||||||
return
|
|
||||||
|
|
||||||
root, _, files = next(walker)
|
root, _, files = next(walker)
|
||||||
del walker
|
del walker
|
||||||
#files = [os.path.join(root, fn) for fn in files]
|
|
||||||
|
|
||||||
rom_size = 64*1024*1024
|
rom_size = 64*1024*1024
|
||||||
with open(d+'.z64', 'w+b') as f:
|
with open(d+'.z64', 'w+b') as f:
|
Loading…
Add table
Reference in a new issue