mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Use SDL to render on Wayland for VAAPI
This commit is contained in:
@@ -41,6 +41,11 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool isDirectRenderingSupported() {
|
||||
// The renderer can render directly to the display
|
||||
return true;
|
||||
}
|
||||
|
||||
// IOverlayRenderer
|
||||
virtual void notifyOverlayUpdated(Overlay::OverlayType) override {
|
||||
// Nothing
|
||||
|
||||
Reference in New Issue
Block a user