Age | Commit message (Collapse) | Author |
|
|
|
Slowdown was caused by something else. I can no longer reproduce it.
|
|
|
|
Shaves off 12% runtime in minimized case.
|
|
|
|
Fix typo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Saves few % of cpu load
|
|
|
|
|
|
|
|
|
|
|
|
Refresh joylist when new listener arrives, and when the joy singleton
just gets created. Enumerating joys all the time causes high CPU usage
for some of the users.
Issue: #279
Backtrace-by: @exulant
Reported-by: @aka2k
|
|
256 is divisible by 8, also less cpu usage
|
|
It worked by accident since cmake/compat already links to it.
|
|
Previously it was too slow to 640x480@75.
|
|
|
|
|
|
|
|
It's pointless to use it here.
|
|
|
|
|
|
|
|
|
|
We don't really need to poll for joysticks in tracker/joy.
|
|
|
|
|
|
We can create arbitrary amount of dinput handles, given they're passed
unique window handles.
|
|
|
|
Toggling tracking while prompting for toggle tracking key causes a
deadlock somewhere.
|
|
|
|
|
|
|