Make sure to set default capture options

This commit is contained in:
baldurk
2015-09-10 21:36:38 +02:00
parent 311c7486fd
commit a35d18467d
+3
View File
@@ -124,6 +124,9 @@ void DisplayRendererPreview(ReplayRenderer *renderer)
int renderdoccmd(int argc, char **argv)
{
CaptureOptions opts;
RENDERDOC_GetDefaultCaptureOptions(&opts);
opts.AllowFullscreen = false;
opts.AllowVSync = false;
opts.DelayForDebugger = 5;