mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Add an enum type for each renderer
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
#include <SDL_opengl.h>
|
||||
|
||||
CUDARenderer::CUDARenderer()
|
||||
: m_HwContext(nullptr)
|
||||
: IFFmpegRenderer(RendererType::CUDA),
|
||||
m_HwContext(nullptr)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user