mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +01:00
fixup previous commit
This commit is contained in:
parent
23ad9ccc41
commit
ee78c060db
@ -1,4 +1,4 @@
|
||||
v7.5.0 ():
|
||||
v7.5.0 (20160927):
|
||||
::game additions:
|
||||
- add support for Super Mario Bros. Frozen Editon
|
||||
|
||||
|
@ -8,7 +8,7 @@ GAME_TYPE=HANS
|
||||
|
||||
ROM_MASK="*000400000011[cC]400*cxi"
|
||||
ROMFS="RisingRuby.romfs"
|
||||
DATA="${PATCHIMAGE_DATA_DIR}/Rising Ruby Files/Raw Files/romFS a/"
|
||||
DATA="${PATCHIMAGE_DATA_DIR}/RisingRuby/"
|
||||
|
||||
show_notes () {
|
||||
|
||||
@ -31,6 +31,6 @@ check_hans_files () {
|
||||
|
||||
patch_romfs () {
|
||||
|
||||
cp -r "${RIIVOLUTION_DIR}"/* romfs/a/
|
||||
cp -r "${RIIVOLUTION_DIR}/Rising Ruby Files/Raw Files/romFS a/" romfs/a/
|
||||
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ GAME_TYPE=HANS
|
||||
|
||||
ROM_MASK="*000400000011[cC]500*cxi"
|
||||
ROMFS="SinkingSapphire.romfs"
|
||||
DATA="${PATCHIMAGE_DATA_DIR}/Sinking Sapphire Files/Raw Files/romFS a/"
|
||||
DATA="${PATCHIMAGE_DATA_DIR}/Sinking Sapphire/"
|
||||
|
||||
show_notes () {
|
||||
|
||||
@ -31,6 +31,6 @@ check_hans_files () {
|
||||
|
||||
patch_romfs () {
|
||||
|
||||
cp -r "${RIIVOLUTION_DIR}"/a romfs/
|
||||
cp -r "${RIIVOLUTION_DIR}/Sinking Sapphire Files/Raw Files/romFS a/a" romfs/
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user