Skip to content

Commit

Permalink
change naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Oct 9, 2024
1 parent 490a76d commit 08c60e4
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
61 changes: 61 additions & 0 deletions contrib/PC/MagicMemoryCreator/TM/DCARK/150/kd/pspbtknf_game.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/kd/sysmem.prx
/kd/loadcore.prx
/kd/exceptionman.prx
/kd/interruptman.prx
/kd/sysclib.prx
/kd/threadman.prx
/kd/dmacman.prx
/kd/systimer.prx
/kd/iofilemgr.prx
/kd/uart4.prx
/kd/stdio.prx
/kd/utils.prx
/kd/memlmd.prx
/kd/modulemgr.prx
/kd/init.prx
/kd/loadexec.prx
/kd/sysreg.prx
/kd/gpio.prx
/kd/pwm.prx
/kd/i2c.prx
/kd/dmacplus.prx
/kd/lcdc.prx
/kd/emc_sm.prx
/kd/emc_ddr.prx
/kd/ge.prx
/kd/idstorage.prx
/kd/syscon.prx
/kd/rtc.prx
/kd/ark_systemctrl150.prx
/kd/lfatfs.prx
/kd/clockgen.prx
/kd/codec.prx
/kd/audio.prx
/kd/display.prx
/kd/ctrl.prx
/kd/led.prx
/kd/hpremote.prx
/kd/power.prx
/kd/mebooter.prx
/kd/me_wrapper.prx
/kd/usb.prx
/kd/openpsid.prx
/kd/sircs.prx
/kd/mediaman.prx
/kd/ata.prx
/kd/umdman.prx
/kd/blkdev.prx
/kd/umd9660.prx
/kd/isofs.prx
/kd/mscm.prx
/kd/msstor.prx
/kd/fatmsmod.prx
/kd/wlan.prx
/kd/vaudio_game.prx
/kd/mediasync.prx
/kd/registry.prx
/kd/utility.prx
/kd/mesg_led.prx
/kd/impose.prx
%/kd/usersystemlib.prx
%%/kd/dummy_anchor_IhariUafaayk98.prx
4 changes: 2 additions & 2 deletions contrib/PC/MagicMemoryCreator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ def run() -> None:
shutil.copytree("150/F0", "TM/DCARK/150", dirs_exist_ok=True)
shutil.copytree("150/F1", "TM/DCARK/150", dirs_exist_ok=True)
os.makedirs("TM/DCARK/150/registry", exist_ok=True)
os.rename("TM/DCARK/150/kd/pspbtcnf_game.txt_new", "TM/DCARK/150/kd/pspbtcnf_game.txt")
os.rename("TM/DCARK/150/kd/pspbtknf_game.txt", "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.makedirs("TM\\DCARK\\150\\registry", exist_ok=True)
os.rename("TM\\DCARK\\150\\kd\\pspbtcnf_game.txt_new", "TM\\DCARK\\150\\kd\\pspbtcnf_game.txt")
os.rename("TM\\DCARK\\150\\kd\\pspbtknf_game.txt", "TM\\DCARK\\150\\kd\\pspbtcnf_game.txt")



Expand Down

0 comments on commit 08c60e4

Please sign in to comment.