-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.cap
22 lines (22 loc) · 982 Bytes
/
Settings.cap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<CaptureSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Options>
<AllowVSync>true</AllowVSync>
<AllowFullscreen>true</AllowFullscreen>
<DebugDeviceMode>false</DebugDeviceMode>
<CaptureCallstacks>false</CaptureCallstacks>
<CaptureCallstacksOnlyDraws>false</CaptureCallstacksOnlyDraws>
<DelayForDebugger>0</DelayForDebugger>
<VerifyMapWrites>false</VerifyMapWrites>
<HookIntoChildren>false</HookIntoChildren>
<RefAllResources>false</RefAllResources>
<SaveAllInitials>false</SaveAllInitials>
<CaptureAllCmdLists>false</CaptureAllCmdLists>
<DebugOutputMute>true</DebugOutputMute>
</Options>
<Inject>false</Inject>
<AutoStart>false</AutoStart>
<Executable>C:\Projects\magus-engine\cmakeBuild\Debug\MagusEngine.exe</Executable>
<WorkingDir />
<CmdLine>-i C:\Projects\magus-engine\data\engine.conf</CmdLine>
</CaptureSettings>