changed plugins so games can be added in the launcher with only one plugin loaded into memory at a time (first refinement)
svn-id: r51607
This commit is contained in:
parent
869e49d185
commit
44d7414215
2 changed files with 25 additions and 12 deletions
|
@ -276,6 +276,8 @@ private:
|
|||
PluginList _plugins[PLUGIN_TYPE_MAX];
|
||||
ProviderList _providers;
|
||||
PluginList::iterator _allPlugs;
|
||||
PluginList::iterator _allPlugsEnd;
|
||||
|
||||
|
||||
bool tryLoadPlugin(Plugin *plugin);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue