1
0
Fork 0
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:
Thomas Martitz 2010-08-26 23:20:02 +00:00
parent 55dc25fe72
commit 73f057be6f
7 changed files with 312 additions and 239 deletions

View file

@ -3,6 +3,7 @@ events.c
backlight.c
buffer.c
general.c
load_code.c
powermgmt.c
system.c
usb.c