mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 13:35:27 +00:00
Replaced libGLES.dll by libGLESv2.dll, which is provided by AMD's OpenGL|ES emulator.
This commit is contained in:
parent
5464be873f
commit
584fe3f301
|
@ -9,6 +9,6 @@ namespace OpenTK.Graphics.ES20
|
|||
/// </summary>
|
||||
public static partial class ES
|
||||
{
|
||||
const string Library = "libGLES.dll";
|
||||
const string Library = "libGLESv2.dll";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue