Skip to content

Commit

Permalink
Removed ForceModernHardwareGraphicsSettings() function for Windows to…
Browse files Browse the repository at this point in the history
…o. (TSE)
  • Loading branch information
tx00100xt committed Jan 31, 2023
1 parent 0f65477 commit bd6d5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SamTSE/Sources/Engine/Graphics/Gfx_Vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ SvkMain::SvkMain()
Reset_Vulkan();
#ifdef PLATFORM_WIN32
extern void ForceModernHardwareGraphicsSettings();
ForceModernHardwareGraphicsSettings(); // note: this is not necessary for linux
//ForceModernHardwareGraphicsSettings(); // note: this is not necessary for linux (added: for windows too)
#endif
}

Expand Down

0 comments on commit bd6d5a0

Please sign in to comment.