mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Don't rasterize layers in fullscreen
The original artifacting bug didn't manifest in fullscreen anyway.
This commit is contained in:
@@ -466,7 +466,7 @@ public:
|
|||||||
//
|
//
|
||||||
// https://github.com/moonlight-stream/moonlight-qt/issues/493
|
// https://github.com/moonlight-stream/moonlight-qt/issues/493
|
||||||
// https://github.com/moonlight-stream/moonlight-qt/issues/722
|
// https://github.com/moonlight-stream/moonlight-qt/issues/722
|
||||||
if (!(params->videoFormat & VIDEO_FORMAT_MASK_10BIT)) {
|
if (!(params->videoFormat & VIDEO_FORMAT_MASK_10BIT) && (SDL_GetWindowFlags(params->window) & SDL_WINDOW_FULLSCREEN_DESKTOP) != SDL_WINDOW_FULLSCREEN) {
|
||||||
int err;
|
int err;
|
||||||
uint32_t cpuType;
|
uint32_t cpuType;
|
||||||
size_t size = sizeof(cpuType);
|
size_t size = sizeof(cpuType);
|
||||||
|
|||||||
Reference in New Issue
Block a user