From ac3596aa6f77f6eed08ee341da3bf59dc04c2364 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 13 Jun 2017 14:24:54 +0100 Subject: [PATCH] Add config settings to renderdocui to avoid extremely dubious redirect * IronPython >= 2.7.5, if installed, adds a *global* redirect so all programs (like renderdoc) that tried to reference the 2.7.4 they provided will instead get redirected to 2.7.5. Whether or not it even exists. --- renderdocui/app.config | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/renderdocui/app.config b/renderdocui/app.config index 3ba7ae904..03241de1d 100644 --- a/renderdocui/app.config +++ b/renderdocui/app.config @@ -1,6 +1,24 @@ - - - + + + + + + + + + + + + + + + + +