mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +01:00
[d3d9] Fix stupid variable name
This commit is contained in:
parent
b08665c808
commit
bef2ef69ab
@ -190,7 +190,7 @@ namespace dxvk {
|
||||
m_parent->EndFrame();
|
||||
m_parent->Flush();
|
||||
|
||||
if (!std::exchange(m_warnedGDIAboutFallback, true))
|
||||
if (!std::exchange(m_warnedAboutGDIFallback, true))
|
||||
Logger::warn("Using GDI for swapchain presentation. This will impact performance.");
|
||||
|
||||
HDC hDC;
|
||||
|
@ -132,7 +132,7 @@ namespace dxvk {
|
||||
|
||||
double m_displayRefreshRate = 0.0;
|
||||
|
||||
bool m_warnedGDIAboutFallback = false;
|
||||
bool m_warnedAboutGDIFallback = false;
|
||||
|
||||
void PresentImage(UINT PresentInterval);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user