Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Mar 15, 2022
1 parent e82ef6f commit 4d7b2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def makecia(cmdarg, root, path, title, output=None, randomize=False, tidlow=[]):
uniqueid = hex(gamecodeint ^ ((gamecodeint) >> 27))[3:8]
while uniqueid in tidlow:
uniqueid = hex(int(uniqueid, 16) + 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 4 -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 5 -micro 0 -DAPP_VERSION_MAJOR=1 "
if output:
makeromarg += f'-o "{output}" '
else:
Expand Down

0 comments on commit 4d7b2b4

Please sign in to comment.