forked from mirrors/0ad
Use dynamic budget for progressive load timeout
The progressive load timeout was hardcoded to 10ms, causing the CPU to be mostly idle during map loading. This commit replaces the fixed value with a dynamic budget derived from the display refresh rate when VSync is enabled, or from the configured adaptivefps.menu limit otherwise. Fixes: #8774
This commit is contained in:
@@ -317,6 +317,7 @@
|
||||
{ "nick": "voroskoi" },
|
||||
{ "nick": "vts", "name": "Jeroen DR" },
|
||||
{ "nick": "vv221", "name": "Antoine Le Gonidec" },
|
||||
{ "nick": "vyordan", "name": "Yordan Vasquez" },
|
||||
{ "nick": "wacko", "name": "Andrew Spiering" },
|
||||
{ "nick": "WhiteTreePaladin", "name": "Brian Ashley" },
|
||||
{ "nick": "wowgetoffyourcellphone", "name": "Justus Avramenko" },
|
||||
|
||||
Reference in New Issue
Block a user