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
This commit is contained in:
Joel Bethke
2018-01-08 11:57:02 -06:00
committed by jp9000
parent f3e456a3af
commit 10b27723a3
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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")