Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Commit b409941

Browse files
committed
add ES patch
1 parent 70361a5 commit b409941

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ $(dir_out)/sysmodules: $(dir_sysmod)
5050
$(dir_out)/$(name).bin: $(dir_build)/$(name).elf
5151
@mkdir -p "$(@D)"
5252
@mkdir -p "$(dir_out)/ReiNX/sysmodules"
53+
@mkdir -p "$(dir_out)/ReiNX/patches"
5354
@cp $(dir_sysmod)/loader/loader.kip $(dir_out)/ReiNX/sysmodules/
5455
@cp $(dir_sysmod)/sm/sm.kip $(dir_out)/ReiNX/sysmodules/
5556
@cp $(dir_sysmod)/fs_mitm/fs_mitm.kip $(dir_out)/ReiNX/sysmodules/
5657
@cp -R $(dir_data)/*.bin $(dir_out)/ReiNX/
58+
@cp -R $(dir_data)/*.rxp $(dir_out)/ReiNX/patches
5759
$(OBJCOPY) -S -O binary $< $@
5860

5961
$(dir_build)/$(name).elf: $(objects)

data/es_patch.rxp

208 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)