diff options
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index afbee4efaa..010d1e2419 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -120,7 +120,7 @@ protected: public: enum VideoDriver { VIDEO_DRIVER_VULKAN, - VIDEO_DRIVER_OPENGL, + VIDEO_DRIVER_OPENGL_3, }; enum Weekday { |