mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
BASE: PLUGINS: Add detection tables header file when getting static plugins.
This commit is contained in:
parent
11f46399b6
commit
7615f37698
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user