Bladeren bron

win-capture: Change string for memory capture option

Makes it a bit more clear this option shouldn't be used unless you're on
SLI/crossfire.

In the future, something should be put in to the program that detects
laptops and warns on how to set up their adapter for efficient capture.

Closes jp9000/obs-studio#1138
Joel Bethke 8 jaren geleden
bovenliggende
commit
10b27723a3
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 0
      plugins/win-capture/data/locale/en-US.ini
  2. 1 1
      plugins/win-capture/game-capture.c

+ 1 - 0
plugins/win-capture/data/locale/en-US.ini

@@ -7,6 +7,7 @@ WindowCapture.Priority.Class="Match title, otherwise find window of same type"
 WindowCapture.Priority.Exe="Match title, otherwise find window of same executable"
 CaptureCursor="Capture Cursor"
 Compatibility="Multi-adapter Compatibility"
+SLIFix="SLI/Crossfire Capture Fix (Slow)"
 AllowTransparency="Allow Transparency"
 Monitor="Display"
 PrimaryMonitor="Primary Monitor"

+ 1 - 1
plugins/win-capture/game-capture.c

@@ -49,7 +49,7 @@
 #define TEXT_MODE                obs_module_text("Mode")
 #define TEXT_GAME_CAPTURE        obs_module_text("GameCapture")
 #define TEXT_ANY_FULLSCREEN      obs_module_text("GameCapture.AnyFullscreen")
-#define TEXT_SLI_COMPATIBILITY   obs_module_text("Compatibility")
+#define TEXT_SLI_COMPATIBILITY   obs_module_text("SLIFix")
 #define TEXT_ALLOW_TRANSPARENCY  obs_module_text("AllowTransparency")
 #define TEXT_FORCE_SCALING       obs_module_text("GameCapture.ForceScaling")
 #define TEXT_SCALE_RES           obs_module_text("GameCapture.ScaleRes")