Does anyone know how to programmatically force Windows to select the better GPU in a dual graphics system? (e.g., a laptop with a nvidia chipset and intel integrated graphics)
My SFML-based game seems to use the integrated graphics, unless I explicitly right-click the executable and choose "run with nvidia graphics". Running with the good graphics improves the frame-rate dramatically, so I'd like to know if there's a way to make this the default for anyone running the game? (Also, ideally I don't want to bundle an installer with the game.)