diff options
author | Michael Ball | 2019-10-30 11:18:09 -0700 |
---|---|---|
committer | Bastien Bouclet | 2019-10-30 19:59:55 +0100 |
commit | 8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1 (patch) | |
tree | 4af78d7cf88e99a880157be77def85b4e766c89f /backends/platform/3ds | |
parent | 70765801bc3222156d6f4e0fb0508b069b50d921 (diff) | |
download | scummvm-rg350-8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1.tar.gz scummvm-rg350-8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1.tar.bz2 scummvm-rg350-8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1.zip |
3DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mk
Diffstat (limited to 'backends/platform/3ds')
-rw-r--r-- | backends/platform/3ds/3ds.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/3ds/3ds.mk b/backends/platform/3ds/3ds.mk index 04667227e8..99303f5f4d 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 |