mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 07:26:06 -04:00
More vmodes (#2120)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user