mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
Force hardware acceleration for video decoding so we can see clearly when it's not working
This commit is contained in:
parent
88dc8623cd
commit
83ba8a10bb
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user