Fixes for SDL1 after merge

This commit is contained in:
Dimitris Panokostas 2017-12-05 11:11:01 +01:00
parent 83d342c5de
commit ba9166bfd0
24 changed files with 1012 additions and 104 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<VisualGDBUserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<UserDefinedVariableValues />
<DebugPreferences>
<CatchpointConfiguration>
<Throw>false</Throw>
<Rethrow>false</Rethrow>
<Catch>false</Catch>
<Exec>false</Exec>
<Fork>false</Fork>
<Vfork>false</Vfork>
<Syscalls />
</CatchpointConfiguration>
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
<MemoryWindowPreferences />
</DebugPreferences>
</VisualGDBUserPreferences>