Skip to content

Commit

Permalink
Removed ForceModernHardwareGraphicsSettings() function for Windows too.
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Jan 31, 2023
1 parent d6b7b26 commit 0f65477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SamTFE/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 0f65477

Please sign in to comment.