[Scummvm-git-logs] scummvm master -> 8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1
bgK
bastien.bouclet at gmail.com
Wed Oct 30 19:59:58 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8b201aa8d6 3DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mk
Commit: 8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1
https://github.com/scummvm/scummvm/commit/8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1
Author: Michael Ball (ballm4788 at gmail.com)
Date: 2019-10-30T19:59:55+01:00
Commit Message:
3DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mk
Changed paths:
backends/platform/3ds/3ds.mk
diff --git a/backends/platform/3ds/3ds.mk b/backends/platform/3ds/3ds.mk
index 0466722..99303f5 100644
--- a/backends/platform/3ds/3ds.mk
+++ b/backends/platform/3ds/3ds.mk
@@ -24,6 +24,7 @@ clean_3ds:
$(RM) $(TARGET).smdh
$(RM) $(TARGET).3dsx
$(RM) $(TARGET).bnr
+ $(RM) $(TARGET).romfs
$(RM) $(TARGET).cia
$(RM) -rf romfs
More information about the Scummvm-git-logs
mailing list