From 83ba8a10bb7fb897c17fa4d3e633d17dc3e9fec7 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 20 Feb 2016 22:54:16 -0500 Subject: [PATCH] Force hardware acceleration for video decoding so we can see clearly when it's not working --- viddec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());