mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-21 07:30:13 +00:00
Test all renderers before use
Every renderer except SDL had opted-in for testing due to various quirks discovered over the years, so just do away with this option and test all renderers.
This commit is contained in:
@@ -48,11 +48,6 @@ void CUDARenderer::renderFrame(AVFrame*)
|
||||
SDL_assert(false);
|
||||
}
|
||||
|
||||
bool CUDARenderer::needsTestFrame()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CUDARenderer::isDirectRenderingSupported()
|
||||
{
|
||||
// We only support rendering via SDL read-back
|
||||
|
||||
Reference in New Issue
Block a user