Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Feb 15, 2022
1 parent c180a72 commit 2fe802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def get_title(rom, langnum: int) -> dict:
gamecodeint = int(hexlify(gamecode.encode()).decode(), 16)
uniqueid = f"0x{hex(gamecodeint ^ ((gamecodeint) >> 27))[3:8]}"
print("Running makerom...")
makeromarg = f"{cmdarg}makerom -f cia -target t -exefslogo -rsf data/build-cia.rsf -elf data/forwarder.elf -banner data/banner.bin -icon data/output.smdh -DAPP_ROMFS=romfs -major 1 -minor 1 -micro 0 -DAPP_VERSION_MAJOR=1 "
makeromarg = f"{cmdarg}makerom -f cia -target t -exefslogo -rsf data/build-cia.rsf -elf data/forwarder.elf -banner data/banner.bin -icon data/output.smdh -DAPP_ROMFS=romfs -major 1 -minor 2 -micro 0 -DAPP_VERSION_MAJOR=1 "
if args.output:
makeromarg += f'-o "{args.output[0]}" '
else:
Expand Down

0 comments on commit 2fe802d

Please sign in to comment.