1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-06 00:53: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
done
dump "$patchme"
copy_rom "$out" 32
copy_rom "build/$out" 32
fi