2989c163 ^
6cb22c9d ^
bd6937ae ^
1
2 3 4 5 6 7 8 9
10
11 12
using Ryujinx.Graphics.OpenGL.Helper; using System; namespace Ryujinx.Graphics.OpenGL { public interface IOpenGLContext : IDisposable { void MakeCurrent(); bool HasContext(); } }