More vmodes (#2120)

This commit is contained in:
water111 2023-01-11 20:44:45 -05:00 committed by GitHub
parent cb8cafa40a
commit bd209bf460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ class GLDisplay : public GfxDisplay {
double last_cursor_x_position = 0;
double last_cursor_y_position = 0;
static constexpr int MAX_VMODES = 128;
static constexpr int MAX_VMODES = 256;
struct VMode {
void set(const GLFWvidmode* vmode);