mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Move Draci's entry to make the plugins list sorted alphabetically
svn-id: r45258
This commit is contained in:
parent
a88aa2f45f
commit
a41292a92f
@ -103,6 +103,9 @@ public:
|
||||
#if PLUGIN_ENABLED_STATIC(CRUISE)
|
||||
LINK_PLUGIN(CRUISE)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(DRACI)
|
||||
LINK_PLUGIN(DRACI)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(DRASCULA)
|
||||
LINK_PLUGIN(DRASCULA)
|
||||
#endif
|
||||
@ -160,9 +163,6 @@ public:
|
||||
#if PLUGIN_ENABLED_STATIC(TUCKER)
|
||||
LINK_PLUGIN(TUCKER)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(DRACI)
|
||||
LINK_PLUGIN(DRACI)
|
||||
#endif
|
||||
|
||||
// Music plugins
|
||||
// TODO: Use defines to disable or enable each MIDI driver as a
|
||||
|
Loading…
x
Reference in New Issue
Block a user