mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-28 13:01:11 +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