forked from len0rd/rockbox
Introduce a small api for loading code (codecs,plugins) from disk/memory.
It's a used by codec/plugin loading and vastly reduces code duplication. It's also a step forward in getting rid of libuisimulator in the application ports. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27900 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
55dc25fe72
commit
73f057be6f
7 changed files with 312 additions and 239 deletions
|
|
@ -3,6 +3,7 @@ events.c
|
|||
backlight.c
|
||||
buffer.c
|
||||
general.c
|
||||
load_code.c
|
||||
powermgmt.c
|
||||
system.c
|
||||
usb.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue