mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Require explicit opt-in to enable RGP integration (default is not "0")
This commit is contained in:
@@ -68,7 +68,7 @@ AMDRGPControl::AMDRGPControl()
|
||||
m_RGPDispatchTable->minorVersion = DEV_DRIVER_API_MINOR_VERSION;
|
||||
m_RGPContext = NULL;
|
||||
|
||||
const bool enabled = RenderDoc::Inst().GetConfigSetting("ExternalTool_RGPIntegration") != "0";
|
||||
const bool enabled = RenderDoc::Inst().GetConfigSetting("ExternalTool_RGPIntegration") == "1";
|
||||
|
||||
if(!enabled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user