mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
render/drawsdl.cpp: Don't request OpenGL context. (#11435)
This commit is contained in:
parent
00c21ba577
commit
3a3a549d9f
@ -717,7 +717,7 @@ public:
|
||||
virtual std::unique_ptr<osd_renderer> create(osd_window &window) override;
|
||||
|
||||
protected:
|
||||
virtual unsigned flags() const override { return FLAG_INTERACTIVE | FLAG_SDL_NEEDS_OPENGL; }
|
||||
virtual unsigned flags() const override { return FLAG_INTERACTIVE; }
|
||||
|
||||
private:
|
||||
static int get_scale_mode(char const *modestr);
|
||||
|
Loading…
Reference in New Issue
Block a user