Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Support grabbing whichever OpenGL mode we are running under from GLIn…
…terface. GLES or GL
  • Loading branch information
Sonicadvance1 committed Dec 28, 2013
1 parent 8230da2 commit e04edd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Src/GLInterface/InterfaceBase.h
Expand Up @@ -16,6 +16,7 @@ class cInterfaceBase
virtual void Swap() {}
virtual void UpdateFPSDisplay(const char *Text) {}
virtual void SetMode(u32 mode) { s_opengl_mode = mode; }
virtual u32 GetMode() { return s_opengl_mode; }
virtual bool Create(void *&window_handle) { return true; }
virtual bool MakeCurrent() { return true; }
virtual bool ClearCurrent() { return true; }
Expand Down

0 comments on commit e04edd8

Please sign in to comment.