Ybalrid / Annwvyn

Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
MIT License
41 stars 7 forks source link

Make the AnnEngine constructor set the main process priority to high #79

Closed Ybalrid closed 7 years ago

Ybalrid commented 7 years ago

This seems to fix some issues, but I'm not sure if it's a good idea to mess with the Window's users CPU scheduler.

Fix #78, but may be changed to be user switchable.

Ybalrid commented 7 years ago

Script (and console) commands "AnnSetProcessPriorityHigh()" and "AnnSetProcessPriorityNormal()" permit to toggle them on the fly

Ybalrid commented 7 years ago

Pretty sure this isn't goit to harm anybody. Shout put it in the wiki.