Browse Source

Fix typo in PC FX

Colin Powell 3 years ago
parent
commit
e31216a1bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      emus/settings.py

+ 1 - 1
emus/settings.py

@@ -323,7 +323,7 @@ GAME_SYSTEM_DEFAULTS = {
         "color": "55B4CC",
         "retroarch_core": "mednafen_supergrafx",
     },
-    "pcengine": {
+    "pcfx": {
         "name": "PC FX",
         "color": "55B4CC",
         "retroarch_core": "mednafen_pcfx",