mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-22 16:08:45 +00:00
Display the HDR option if the platform has a decoder that supports it
This commit is contained in:
@@ -28,7 +28,8 @@ public:
|
||||
|
||||
static
|
||||
void getDecoderInfo(SDL_Window* window,
|
||||
bool& isHardwareAccelerated, bool& isFullScreenOnly, QSize& maxResolution);
|
||||
bool& isHardwareAccelerated, bool& isFullScreenOnly,
|
||||
bool& isHdrSupported, QSize& maxResolution);
|
||||
|
||||
static Session* get()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user