As discussed in #374, I'm proposing to rename PmpPlugin to PmpPluginNapot, to better indicate its more limited feature set. The full-fledged but more expensive PMP plugin (PmpPluginOld) is renamed to PmpPlugin. I've also added a short description about the NAPOT-specific plugin to the readme, and changed the individual feature tests to test both the PmpPlugin and PmpPluginNapot.
As discussed in #374, I'm proposing to rename
PmpPlugin
toPmpPluginNapot
, to better indicate its more limited feature set. The full-fledged but more expensive PMP plugin (PmpPluginOld
) is renamed toPmpPlugin
. I've also added a short description about the NAPOT-specific plugin to the readme, and changed the individual feature tests to test both thePmpPlugin
andPmpPluginNapot
.