forked from len0rd/rockbox
load_code: Get rid of win32 specific code in favor SDL_LoadFunction & friends APIs.
Refactor native/hosted implementation seperation while at it (no wrappers starting with _ anymore). Change-Id: If68ae89700443bb3be483c1cace3d6739409560a
This commit is contained in:
parent
3f72ba0e3f
commit
3f365fc06b
5 changed files with 90 additions and 134 deletions
|
|
@ -7,7 +7,6 @@ backlight.c
|
|||
buflib.c
|
||||
core_alloc.c
|
||||
general.c
|
||||
load_code.c
|
||||
powermgmt.c
|
||||
#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
|
||||
|
||||
|
|
@ -32,6 +31,7 @@ logf.c
|
|||
#endif /* ROCKBOX_HAS_LOGF */
|
||||
kernel.c
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
load_code.c
|
||||
#ifdef RB_PROFILE
|
||||
profile.c
|
||||
#endif /* RB_PROFILE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue