diff --git a/viddec.cpp b/viddec.cpp index 5bf53bc..482103f 100644 --- a/viddec.cpp +++ b/viddec.cpp @@ -147,7 +147,7 @@ void MoonlightInstance::VidDecSetup(int width, int height, int redrawRate, void* g_Instance->m_VideoDecoder->Initialize(g_Instance->m_Graphics3D, PP_VIDEOPROFILE_H264HIGH, - PP_HARDWAREACCELERATION_WITHFALLBACK, + PP_HARDWAREACCELERATION_ONLY, 0, pp::BlockUntilComplete());