Make sure SwapInterval is only ever called while the default frame buffer is bound to avoid problems with some drivers
This commit is contained in:
parent
1761da6079
commit
6055f136d8
2 changed files with 24 additions and 1 deletions
|
|
@ -83,6 +83,8 @@ public:
|
|||
bool Is8BitMode() { return false; }
|
||||
bool IsHWGammaActive() const { return HWGammaActive; }
|
||||
|
||||
void SetVSync(bool vsync);
|
||||
|
||||
private:
|
||||
PalEntry Flash;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue