forked from len0rd/rockbox
Core: A graphics framework can now register a hook function to extend the core screendump routine. * Grayscale library: (1) Changed the screendump routine into a hook, and implemented it for H1x0. (2) The planar pixel setting routines now use one register less. Fixes build problem with developer builds (frame pointers enabled) on coldfire.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7574 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0fe3c9477
commit
05042affc7
7 changed files with 205 additions and 167 deletions
|
@ -355,6 +355,8 @@ static const struct plugin_api rockbox_api = {
|
|||
menu_draw,
|
||||
menu_insert,
|
||||
menu_set_cursor,
|
||||
|
||||
screen_dump_set_hook,
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue