Skip to content

Commit

Permalink
Created registry directory for previous fix to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Oct 4, 2024
1 parent b31ad19 commit 1b2697e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/PC/MagicMemoryCreator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,13 @@ def run() -> None:
os.system('./pspdecrypt -e 150.PBP')
shutil.copytree("150/F0", "TM/DCARK/150", dirs_exist_ok=True)
shutil.copytree("150/F1", "TM/DCARK/150", dirs_exist_ok=True)
os.mkdir("TM/DCARK/150/registry")
os.rename("TM/DCARK/150/kd/pspbtcnf_game.txt_new", "TM/DCARK/150/kd/pspbtcnf_game.txt")
else:
os.system('.\\pspdecrypt.exe -e 150.PBP')
shutil.copytree("150\\F0\\", "TM\\DCARK\\150\\", dirs_exist_ok=True)
shutil.copytree("150\\F1\\", "TM\\DCARK\\150\\", dirs_exist_ok=True)
os.mkdir("TM\\DCARK\\150\\registry")
os.rename("TM\\DCARK\\150\\kd\\pspbtcnf_game.txt_new", "TM\\DCARK\\150\\kd\\pspbtcnf_game.txt")


Expand Down

0 comments on commit 1b2697e

Please sign in to comment.