forked from len0rd/rockbox
Improved FPS test plugin: * Better precision for low frame rates (take extra ticks into account). * Measure YUV blit framerate on colour targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15099 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a0f15c64ba
commit
cb4186c989
3 changed files with 244 additions and 106 deletions
|
|
@ -519,7 +519,9 @@ static const struct plugin_api rockbox_api = {
|
|||
talk_enable_menus,
|
||||
|
||||
button_queue_count,
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
lcd_remote_setmargins,
|
||||
#endif
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue