mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-06 00:56:13 +00:00
Don't check AccumulatedFrames
AMF doesn't do it and MSDN is unclear about it.
This commit is contained in:
parent
d81e2cecaa
commit
d2a634ee09
@ -957,7 +957,7 @@ namespace platf::dxgi {
|
||||
}
|
||||
|
||||
const bool mouse_update_flag = frame_info.LastMouseUpdateTime.QuadPart != 0 || frame_info.PointerShapeBufferSize > 0;
|
||||
const bool frame_update_flag = frame_info.AccumulatedFrames != 0 || frame_info.LastPresentTime.QuadPart != 0;
|
||||
const bool frame_update_flag = frame_info.LastPresentTime.QuadPart != 0;
|
||||
const bool update_flag = mouse_update_flag || frame_update_flag;
|
||||
|
||||
if (!update_flag) {
|
||||
|
Loading…
Reference in New Issue
Block a user