Quellcode durchsuchen

win-capture: Add FragPunk to compatibility list

(cherry picked from commit b64f549ec903fa61d1e92b26d1283636752e1d00)
prgmitchell vor 10 Monaten
Ursprung
Commit
7e7c8f4abd

+ 14 - 0
plugins/win-capture/data/compatibility.json

@@ -603,6 +603,20 @@
             "window_capture_wgc": false,
             "message": "The Bazaar may require OBS to be run as admin to use Game Capture.",
             "url": "https://obsproject.com/kb/game-capture-troubleshooting"
+        },
+        {
+            "name": "FragPunk",
+            "translation_key": "Compatibility.GameCapture.Admin",
+            "severity": 1,
+            "executable": "FragPunk.exe",
+            "window_class": "",
+            "window_title": "",
+            "match_flags": 1,
+            "game_capture": true,
+            "window_capture": false,
+            "window_capture_wgc": false,
+            "message": "FragPunk may require OBS to be run as admin to use Game Capture.",
+            "url": "https://obsproject.com/kb/game-capture-troubleshooting"
         }
     ]
 }

+ 2 - 2
plugins/win-capture/data/package.json

@@ -1,11 +1,11 @@
 {
     "$schema": "schema/package-schema.json",
     "url": "https://obsproject.com/obs2_update/win-capture/v1",
-    "version": 6,
+    "version": 7,
     "files": [
         {
             "name": "compatibility.json",
-            "version": 6
+            "version": 7
         }
     ]
 }