mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 22:08:59 +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->EndFrame();
|
||||||
m_parent->Flush();
|
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.");
|
Logger::warn("Using GDI for swapchain presentation. This will impact performance.");
|
||||||
|
|
||||||
HDC hDC;
|
HDC hDC;
|
||||||
|
@ -132,7 +132,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
double m_displayRefreshRate = 0.0;
|
double m_displayRefreshRate = 0.0;
|
||||||
|
|
||||||
bool m_warnedGDIAboutFallback = false;
|
bool m_warnedAboutGDIFallback = false;
|
||||||
|
|
||||||
void PresentImage(UINT PresentInterval);
|
void PresentImage(UINT PresentInterval);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user