1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-18 21:33:22 -07:00

fix compressed debug rom output directory

This commit is contained in:
Connor Olding 2016-10-04 15:58:42 -07:00
parent 94ff740587
commit df06f13fda

View File

@ -326,5 +326,5 @@ if [ $fast -ne 2 ]; then
fi fi
done done
dump "$patchme" dump "$patchme"
copy_rom "$out" 32 copy_rom "build/$out" 32
fi fi