From cd7b3933750ba0141b1863c14d6163ed2fb6ae02 Mon Sep 17 00:00:00 2001
From: Leon Styhre <leon@leonstyhre.com>
Date: Mon, 17 Jun 2024 20:16:47 +0200
Subject: [PATCH] (Linux) Added a systempath find rule for the ppsspp binary
 name for the PPSSPP emulator

---
 resources/systems/linux/es_find_rules.xml | 1 +
 resources/systems/unix/es_find_rules.xml  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/resources/systems/linux/es_find_rules.xml b/resources/systems/linux/es_find_rules.xml
index 31a9f3912..c5b7edac4 100644
--- a/resources/systems/linux/es_find_rules.xml
+++ b/resources/systems/linux/es_find_rules.xml
@@ -695,6 +695,7 @@
     <emulator name="PPSSPP">
         <!-- Sony PlayStation Portable emulator PPSSPP -->
         <rule type="systempath">
+            <entry>ppsspp</entry>
             <entry>ppsspp-emu.ppsspp-sdl</entry>
             <entry>PPSSPPSDL</entry>
             <entry>PPSSPPQt</entry>
diff --git a/resources/systems/unix/es_find_rules.xml b/resources/systems/unix/es_find_rules.xml
index 73504e25f..b88fb3278 100644
--- a/resources/systems/unix/es_find_rules.xml
+++ b/resources/systems/unix/es_find_rules.xml
@@ -359,6 +359,7 @@
     <emulator name="PPSSPP">
         <!-- Sony PlayStation Portable emulator PPSSPP -->
         <rule type="systempath">
+            <entry>ppsspp</entry>
             <entry>ppsspp-emu.ppsspp-sdl</entry>
             <entry>PPSSPPSDL</entry>
             <entry>PPSSPPQt</entry>