From 5f27f271825cd73837a59ed71c877da8f3e20cbb Mon Sep 17 00:00:00 2001 From: Jamiras Date: Mon, 17 Jun 2024 16:52:47 -0600 Subject: [PATCH] add pbp to supported extensions for ppsspp --- bin/Cores/cores.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Cores/cores.json b/bin/Cores/cores.json index ea3a425..a1e2213 100644 --- a/bin/Cores/cores.json +++ b/bin/Cores/cores.json @@ -575,7 +575,7 @@ }, "ppsspp_libretro":{ "name": "PPSSPP", - "extensions": "iso|chd", + "extensions": "iso|chd|pbp", "systems": [41] }, "prosystem_libretro":{