mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
GLContext: Get size using eglQuerySurface()
Also no longer assumes that a nullptr display is not headless (needed for fbdev)
This commit is contained in:
parent
5ea4f998c0
commit
43fe02ee9b
12 changed files with 50 additions and 44 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
bool prefer_gles = false);
|
||||
|
||||
protected:
|
||||
virtual bool Initialize(void* display_handle, void* window_handle, bool stereo, bool core);
|
||||
virtual bool Initialize(const WindowSystemInfo& wsi, bool stereo, bool core);
|
||||
|
||||
Mode m_opengl_mode = Mode::Detect;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue