Android: Make lcd updates synchronous, doesn't make it faster but smoother (no update...
commitc1c350650478db4d5ad3f9bcf0ec2c8d095a53c0
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 2 Dec 2010 23:50:50 +0000 (2 23:50 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 2 Dec 2010 23:50:50 +0000 (2 23:50 +0000)
tree46a3be432fd4e75b5604905338800e66a70d0ce5
parent069ce0b707376394068460e74050e75592f4b2db
Android: Make lcd updates synchronous, doesn't make it faster but smoother (no updates are skipped) and guaranteed to be glitch free.
test_fps can also now report reasonable numbers: ~62 fps for both 1/1 and 1/4 updates (was 300-400 previously).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28728 a1c6a512-1295-4272-9138-f99709370657
android/src/org/rockbox/RockboxFramebuffer.java
firmware/target/hosted/android/lcd-android.c