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:
@@ -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"
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user