diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-05-12 08:13:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-05-12 08:13:40 (GMT) |
commit | 56320dc74baf04854b36d045b4ef8987dffdd2c5 (patch) | |
tree | 0506b69e7103e48449135c1ac5bc98aae94c983f /plugins/readmc | |
parent | 8a1a07f50f78e4a4f32d41c80db6c40e6c6225f3 (diff) |
Updated some plugin interfaces.
Diffstat (limited to 'plugins/readmc')
-rw-r--r-- | plugins/readmc/reader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/readmc/reader.c b/plugins/readmc/reader.c index e492eeb..6b46177 100644 --- a/plugins/readmc/reader.c +++ b/plugins/readmc/reader.c @@ -36,8 +36,8 @@ -DEFINE_CHRYSALIDE_ACTIVE_PLUGIN("GMCReaderPlugin", "readmc", "Displays information about Mobicore files", "0.2.0", - PGA_FORMAT_PRELOAD); +DEFINE_CHRYSALIDE_PLUGIN("GMCReaderPlugin", "readmc", "Displays information about Mobicore files", "0.2.0", + NO_REQ, AL(PGA_FORMAT_PRELOAD)); /****************************************************************************** |