From 8b201aa8d6e7bf5ffc80b165f57cabcbed3ecde1 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 30 Oct 2019 11:18:09 -0700 Subject: 3DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mk --- backends/platform/3ds/3ds.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform') 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 -- cgit v1.2.3