forked from Popn_Tools/popnhax
wip reoptim
This commit is contained in:
parent
2f9d25df05
commit
5eacda584e
@ -2252,12 +2252,9 @@ static unsigned int __stdcall enhanced_polling_stats_proc(void *ctx)
|
||||
/* ensure at least 1ms has elapsed between polls
|
||||
* (beware of SD cab hardware compatibility)
|
||||
*/
|
||||
|
||||
wait_a_little();
|
||||
curr_poll_time = timeGetTime();
|
||||
if (curr_poll_time == prev_poll_time)
|
||||
{
|
||||
curr_poll_time++;
|
||||
wait_a_little();
|
||||
}
|
||||
prev_poll_time = curr_poll_time;
|
||||
|
||||
if (count == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user