mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[dxgi] Log display mode changes
This commit is contained in:
parent
d464d11fbd
commit
2bdd614d07
@ -385,6 +385,10 @@ namespace dxvk {
|
||||
/ pMode->RefreshRate.Denominator;
|
||||
}
|
||||
|
||||
Logger::info(str::format("DXGI: Setting display mode: ",
|
||||
devMode.dmPelsWidth, "x", devMode.dmPelsHeight, "@",
|
||||
devMode.dmDisplayFrequency));
|
||||
|
||||
LONG status = ::ChangeDisplaySettingsExW(
|
||||
monInfo.szDevice, &devMode, nullptr, CDS_FULLSCREEN, nullptr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user