Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve sixaxis synchronisation #59

Closed
matlo opened this issue Nov 27, 2013 · 3 comments
Closed

Improve sixaxis synchronisation #59

matlo opened this issue Nov 27, 2013 · 3 comments

Comments

@matlo
Copy link
Owner

matlo commented Nov 27, 2013

From mathieu....@gmail.com on March 10, 2011 09:47:29

The idea is to increase the report period accuracy in emuclient.c.

It works currently like this:

process_events()
sleep(10ms)

A better solution:

get_time(t0)
process_events()
get_time(t1)
sleep(10ms-(t1-t0))

This would make a report to be sent exactly each 10ms, whatever the time spent in process_events().

Original issue: http://code.google.com/p/diyps3controller/issues/detail?id=57

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on March 10, 2011 00:49:29

Labels: -Type-Defect Type-Enhancement

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on April 01, 2011 11:52:24

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on December 19, 2011 09:14:56

Status: Verified

@matlo matlo closed this as completed Nov 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant