summaryrefslogtreecommitdiffstats
path: root/firmware/export/load_code.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-0/+10
2012-05-26load_code: Get rid of win32 specific code in favor SDL_LoadFunction & friends...Thomas Martitz1-16/+4
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-1/+1
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-5/+22
2010-08-30Change lc_open_from_mem() return type to void*Thomas Martitz1-1/+1
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-1/+7
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-0/+55
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-55/+0
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-0/+55