From 7bfc5a34d62a642d184bf9353ea97c7bd2c1af3c Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 12 Feb 2003 13:25:40 +0000 Subject: hopefully recognise BARBAR.HE0 as a game (pretty much every Humongous Entertainment game) svn-id: r6601 --- backends/dc/selector.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/dc') 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'; -- cgit v1.2.3