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:27:38 +0000 (00:27 +0300)
frontend/libretro.c

index 2f758a6..98eea82 100644 (file)
@@ -2817,7 +2817,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;