summaryrefslogtreecommitdiff
path: root/plugins/readdex/reader.c
diff options
context:
space:
mode:
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));
/******************************************************************************