libretro, fix regression (missing return)
authorkub <derkub@gmail.com>
Fri, 18 Oct 2024 21:17:39 +0000 (23:17 +0200)
committerkub <derkub@gmail.com>
Fri, 18 Oct 2024 21:17:39 +0000 (23:17 +0200)
platform/libretro/libretro.c

index c66d959..ca804aa 100644 (file)
@@ -1343,6 +1343,8 @@ static const char *find_msu(const char *cd_fname)
          return path;
       }
    }
+
+   return NULL;
 }
 
 static void set_memory_maps(void)