mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
a6bee87990
I reduced memory fragmentation using 2 principles: Plugins should be loaded for as little time as possible, and long lasting memory allocations should be allocated before plugins are loaded. There might still be a little fragmentation left. Note that command line settings that require plugins to be loaded don't work yet, but they didn't work (properly) before either. svn-id: r54097 |
||
---|---|---|
.. | ||
commandLine.cpp | ||
commandLine.h | ||
internal_version.h | ||
internal_version.h.in | ||
main.cpp | ||
main.h | ||
module.mk | ||
plugins.cpp | ||
plugins.h | ||
version.cpp | ||
version.h |