Browse Source

Add PS3 to the settings

Colin Powell 2 years ago
parent
commit
bc03a6013e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      emus/settings.py

+ 5 - 0
emus/settings.py

@@ -390,6 +390,11 @@ GAME_SYSTEM_DEFAULTS = {
         "color": "111CAA",
         "emulator": "PCSX2",
     },
+    "ps3": {
+        "name": "Playstation 3",
+        "color": "224CAA",
+        "emulator": "rpcs3",
+    },
     "psp": {
         "name": "Playstation Portable",
         "color": "",