mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
Merge pull request #45 from Sonicadvance1/GLInterface-typo
Fix a typo in EGL.h for setting mode.
This commit is contained in:
commit
8ad6f154a4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public:
|
||||||
friend class cPlatform;
|
friend class cPlatform;
|
||||||
void SwapInterval(int Interval);
|
void SwapInterval(int Interval);
|
||||||
void Swap();
|
void Swap();
|
||||||
void SetMode(u32 mode) { s_opengl_mode = GLInterfaceMode::MODE_DETECT; }
|
void SetMode(u32 mode) { s_opengl_mode = mode; }
|
||||||
void UpdateFPSDisplay(const char *Text);
|
void UpdateFPSDisplay(const char *Text);
|
||||||
void* GetFuncAddress(std::string name);
|
void* GetFuncAddress(std::string name);
|
||||||
bool Create(void *&window_handle);
|
bool Create(void *&window_handle);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue