mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 11:36:54 +00:00
Added check for the existence of override elements before trying to use them (avoids potential null reference exception). Regenerated bindings using the latest version of the generator.
11 lines
204 B
XML
11 lines
204 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<overrides>
|
|
|
|
<replace>
|
|
<function name="GetString" extension="Core">
|
|
<returns>String</returns>
|
|
</function>
|
|
</replace>
|
|
|
|
</overrides>
|