@BeatPlay

Hello, I find a BUG in your 'Better Amphetamin' plugin. In the source code line 98-100, in the plugins thread load function, you set all clock to the MAX.
98 scePowerSetArmClockFrequency(444);
99 scePowerSetBusClockFrequency(222);
100 scePowerSetGpuClockFrequency(222);
This means the plugin will always lock the CPU/BUS/GPU to 444/222/222 whenever you launch a dump game.(The original plugin just lock CPU at 444). Which may cause battery comsume fastly. Especially for that AVG and light-battery-consume game(2D puzzle game and so on), it's not good to overclock these.
So I just delete these 3 line code and to make this plugins DO NOT automatically overclock whenever a dump game launch. You can overclock what you like by long press SELECT button as usual. The only difference between this two is what I talk above. Hope to fix ASAP and for other gamers you can try my fix here(remember, no more other difference but just DO NOT overclock to 444/222/222 on game launch)
Source code and precompiled plugins:
https://drive.google.com/open?id=0ByYfc ... 1I3M2JVOWc