libretro: accept ps1_rom.bin (and similar) bios too
[pcsx_rearmed.git] / 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;