Hide renderdoc's packages from enumerated list

This commit is contained in:
baldurk
2017-12-14 16:46:59 +00:00
parent 316cb41af2
commit 26d879df12
+5
View File
@@ -1132,6 +1132,11 @@ public:
package.size = 0;
package.lastmod = 0;
package.flags = PathProperty::Executable;
// hide our own internal packages
if(strstr(package.filename.c_str(), "org.renderdoc."))
continue;
packages.push_back(package);
}
}