BASE: PLUGINS: Add detection tables header file when getting static plugins.

This commit is contained in:
aryanrawlani28 2020-08-13 21:25:19 +05:30 committed by Eugene Sandulenko
parent 11f46399b6
commit 7615f37698

View File

@ -96,6 +96,11 @@ public:
// Engine plugins
#include "engines/plugins_table.h"
#ifndef UNCACHED_PLUGINS
// Engine-detection plugins are included if we don't use uncached plugins.
#include "detection/detection_table.h"
#endif
// Music plugins
// TODO: Use defines to disable or enable each MIDI driver as a
// static/dynamic plugin, like it's done for the engines