Added hardware gamma option and improved window handling on Windows
This commit is contained in:
parent
071485b22e
commit
aeb7df09de
25 changed files with 899 additions and 67 deletions
|
|
@ -77,7 +77,7 @@ public:
|
|||
void WipeCleanup();
|
||||
void Swap();
|
||||
bool Is8BitMode() { return false; }
|
||||
|
||||
bool IsHWGammaActive() const { return HWGammaActive; }
|
||||
|
||||
private:
|
||||
PalEntry Flash;
|
||||
|
|
@ -107,6 +107,8 @@ private:
|
|||
FHardwareTexture *wipestartscreen;
|
||||
FHardwareTexture *wipeendscreen;
|
||||
|
||||
bool HWGammaActive = false;
|
||||
|
||||
public:
|
||||
AActor * LastCamera;
|
||||
int palette_brightness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue