mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 23:01:06 +00:00
No separate Factory.Embedded for SDL2
Sdl2Factory supports both desktop and embedded profiles, there is no need to construct a separate Embedded profile.
This commit is contained in:
parent
17b4f62151
commit
79def664b8
|
@ -55,7 +55,7 @@ namespace OpenTK.Platform
|
|||
|
||||
if (Configuration.Sdl2Supported)
|
||||
{
|
||||
Embedded = new Egl.EglSdl2PlatformFactory();
|
||||
Embedded = Default;
|
||||
}
|
||||
else if (Egl.Egl.IsSupported)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue