summaryrefslogtreecommitdiff
path: root/plugins/readdex/reader.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-05-12 08:13:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-05-12 08:13:40 (GMT)
commit56320dc74baf04854b36d045b4ef8987dffdd2c5 (patch)
tree0506b69e7103e48449135c1ac5bc98aae94c983f /plugins/readdex/reader.c
parent8a1a07f50f78e4a4f32d41c80db6c40e6c6225f3 (diff)
Updated some plugin interfaces.
Diffstat (limited to 'plugins/readdex/reader.c')
-rw-r--r--plugins/readdex/reader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/readdex/reader.c b/plugins/readdex/reader.c
index 2009ad6..ca68cc4 100644
--- a/plugins/readdex/reader.c
+++ b/plugins/readdex/reader.c
@@ -34,8 +34,8 @@
-DEFINE_CHRYSALIDE_ACTIVE_PLUGIN("GDexReaderPlugin", "readdex", "Displays information about DEX files", "0.2.0",
- PGA_FORMAT_PRELOAD);
+DEFINE_CHRYSALIDE_PLUGIN("GDexReaderPlugin", "readdex", "Displays information about DEX files", "0.2.0",
+ NO_REQ, AL(PGA_FORMAT_PRELOAD));
/******************************************************************************