mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 02:35:32 +00:00
Change debug commandline
The default commandline parameters will now automatically download and convert the upstream gl.xml from the public Khronos repository.
This commit is contained in:
parent
7c3e29012f
commit
0d90bae615
|
@ -56,7 +56,7 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<DebugType>full</DebugType>
|
||||
<Commandlineparameters>-p:gl -v:44 -t:xml -o:gl4.xml gl.xml</Commandlineparameters>
|
||||
<Commandlineparameters>-p:gl -v:4.4 -t:xml -o:../../../Source/Bind/Specifications/GL2/signatures.xml https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml</Commandlineparameters>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<BaseAddress>285212672</BaseAddress>
|
||||
|
|
Loading…
Reference in a new issue