Difference between revisions of "Talk:Modular Backends"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
* Another candidate for modularization would be the DYNAMIC_MODULES.  Right now the dynamic loading is handled by base/plugins.cpp, with #ifdefs galore.
* Another candidate for modularization would be the DYNAMIC_MODULES.  Right now the dynamic loading is handled by base/plugins.cpp, with #ifdefs galore.
: Fully agreed, Marcus. I am not yet 100% how that would look, but it's indeed a natural candidate. Another one probably is the config file save/load code... considering that on some targets (like DC, I believe), you can't just save a file like that... :-) [[User:Fingolfin|Fingolfin]] 23:31, 2 May 2006 (UTC)

Revision as of 23:31, 2 May 2006

  • Another candidate for modularization would be the DYNAMIC_MODULES. Right now the dynamic loading is handled by base/plugins.cpp, with #ifdefs galore.
Fully agreed, Marcus. I am not yet 100% how that would look, but it's indeed a natural candidate. Another one probably is the config file save/load code... considering that on some targets (like DC, I believe), you can't just save a file like that... :-) Fingolfin 23:31, 2 May 2006 (UTC)