Move ROM patcher to its own source code file
commit3bc312c938a1162dd30b3d5b3c389409df23d55c
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sun, 11 Dec 2011 17:49:33 +0000 (11 19:49 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sun, 11 Dec 2011 17:49:33 +0000 (11 19:49 +0200)
treea31a0622e9ad66c755079afae74f40706052c4fb
parentb5a6379d46d49f8a008329a541fcfbcfb27fa093
Move ROM patcher to its own source code file

Makes it easier to add new patch formats.
include/core/patchrom.hpp [new file with mode: 0644]
src/core/patchrom.cpp [new file with mode: 0644]
src/core/rom.cpp