mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[idd] config: retain four-decimal refresh rates
This commit is contained in:
@@ -440,7 +440,7 @@ void CDeviceContext::OnSwapChainReady()
|
||||
m_monitorManager.QueueReplug();
|
||||
else if (action.setMode)
|
||||
g_pipe.SetDisplayMode(
|
||||
action.mode.width, action.mode.height, action.mode.refreshMilliHz);
|
||||
action.mode.width, action.mode.height, action.mode.refresh100uHz);
|
||||
}
|
||||
|
||||
// Display configuration
|
||||
|
||||
Reference in New Issue
Block a user