libretro: accept ps1_rom.bin (and similar) bios too
authornotaz <notasas@gmail.com>
Thu, 3 Aug 2023 21:25:21 +0000 (00:25 +0300)
committernotaz <notasas@gmail.com>
Thu, 3 Aug 2023 21:35:15 +0000 (00:35 +0300)
frontend/libretro.c

index d91b807..9d796f7 100644 (file)
@@ -2819,7 +2819,7 @@ static bool try_use_bios(const char *path)
 
 static bool find_any_bios(const char *dirpath, char *path, size_t path_size)
 {
-   static const char *substrings[] = { "scph", "psx", "openbios" };
+   static const char *substrings[] = { "scph", "ps", "openbios" };
    DIR *dir;
    struct dirent *ent;
    bool ret = false;