scummvm/backends/plugins/wii
Max Horn 7ace85e636 PLUGINS: Simplify ELF plugin providers & DLObject subclasses
* Remove DLObject virtual methods allocSegment and freeSegment.
  As long as all DLObject implementations use memalign + free to
  allocate/release segments, there is no point in wrapping those.
  This enables further simplifications.
* Add TemplatedELFPlugin template class. Use this instead of explicit
  ELFPlugin subclasses.
* Rename DLObject::discard_symtab to discardSymtab

svn-id: r54082
2010-11-05 01:20:34 +00:00
..
plugin.ld PLUGINS: Plugin support for the GameCube/Wii backend. 2010-09-05 12:49:29 +00:00
wii-provider.cpp PLUGINS: Simplify ELF plugin providers & DLObject subclasses 2010-11-05 01:20:34 +00:00
wii-provider.h PLUGINS: Set svn:keywords property on all new files. 2010-09-05 15:47:04 +00:00