mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 06:25:32 +00:00
CreateContext should return an ErrorCode, not an int.
This commit is contained in:
parent
da1ffa44f3
commit
7fbecbd7bd
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<overrides>
|
||||
|
||||
<replace>
|
||||
|
@ -22,6 +22,10 @@
|
|||
<param name="errcode_ret"><type>ErrorCode</type></param>
|
||||
</function>
|
||||
|
||||
<function name="CreateContext" extension="Core">
|
||||
<param name="errcode_ret"><type>ErrorCode</type></param>
|
||||
</function>
|
||||
|
||||
<function name="CreateContextFromType" extension="Core">
|
||||
<param name="errcode_ret"><type>ErrorCode</type></param>
|
||||
</function>
|
||||
|
|
Loading…
Reference in a new issue