Move the VSync work to Screen.

The problem we're running into is entirely contained in the Screen - we need to
either decouple graphics context init from Screen::init or we need to take out
the screenbuffer interaction from loadstats (which I'm more in favor of since we
can just pull the config values and pass them to Screen::init later).
This commit is contained in:
Ethan Lee
2020-07-02 00:19:40 -04:00
parent d854c61960
commit 0f450f3e39
8 changed files with 55 additions and 50 deletions

View File

@@ -326,9 +326,6 @@ public:
bool kludgeswnlinewidth;
Uint32 crewcolourreal(int t);
bool vsync;
void processVsync();
};
extern Graphics graphics;