diff --git a/Makefile b/Makefile index ee3aeee..c2282d7 100644 --- a/Makefile +++ b/Makefile @@ -50,10 +50,12 @@ $(dir_out)/sysmodules: $(dir_sysmod) $(dir_out)/$(name).bin: $(dir_build)/$(name).elf @mkdir -p "$(@D)" @mkdir -p "$(dir_out)/ReiNX/sysmodules" + @mkdir -p "$(dir_out)/ReiNX/patches" @cp $(dir_sysmod)/loader/loader.kip $(dir_out)/ReiNX/sysmodules/ @cp $(dir_sysmod)/sm/sm.kip $(dir_out)/ReiNX/sysmodules/ @cp $(dir_sysmod)/fs_mitm/fs_mitm.kip $(dir_out)/ReiNX/sysmodules/ @cp -R $(dir_data)/*.bin $(dir_out)/ReiNX/ + @cp -R $(dir_data)/*.rxp $(dir_out)/ReiNX/patches $(OBJCOPY) -S -O binary $< $@ $(dir_build)/$(name).elf: $(objects) diff --git a/data/es_patch.rxp b/data/es_patch.rxp new file mode 100644 index 0000000..4e23aab Binary files /dev/null and b/data/es_patch.rxp differ