Skip to content

Commit

Permalink
Customize version string in the Qoob SX updater
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Jun 14, 2018
1 parent e352318 commit c371db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ $(OUTPUT_SX).elf: $(OUTPUT)_xz.qbsx
@echo splice ... $@
@cd $(PWD); cp -f qoob_sx_13c_upgrade.elf $@
@cd $(PWD); dd if=$< of=$@ obs=4 seek=1851 conv=notrunc
@cd $(PWD); printf 'QOOB SX iplboot install\0' \
| dd of=$@ obs=4 seek=1810 conv=notrunc

%.vgc: %.dol
@echo pack IPL ... $(notdir $@)
Expand Down

0 comments on commit c371db6

Please sign in to comment.