blob: 3cf2478519ad7a94fdc3ef4ebb89f1e2e8b1ce5c (
plain)
1
2
3
4
5
6
|
post_upgrade() {
if [ "$(vercmp 0.9 "$2")" -eq 1 ]; then
echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x
also the configuration file name has changed to "mednafen-09x.cfg"'
fi
}
|