mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 10:45:38 +00:00
Replaced libGLES.dll by libGLESv2.dll, which is provided by AMD's OpenGL|ES emulator.
This commit is contained in:
parent
0e18ddfc81
commit
ebc889f9d3
|
@ -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