aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/dc/selector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp
index 24ad3588ea..453903b4ca 100644
--- a/backends/dc/selector.cpp
+++ b/backends/dc/selector.cpp
@@ -149,6 +149,7 @@ static bool isGame(const char *fn, char *base)
int l = strlen(fn);
if(l>4 && (!strcasecmp(fn+l-4, ".000") ||
!strcasecmp(fn+l-4, ".SM0") ||
+ !strcasecmp(fn+l-4, ".HE0") ||
!strcasecmp(fn+l-4, ".LA0"))) {
strcpy(base, fn);
base[l-4]='\0';