Dark Killer has released a new version of his release of Lua Player, heres whats new:
New features in this version include complete UMD support and the ability
to set the CPU clock to one of three presets.
New Functions:
---------------
nil System.Quit()
--exits Lua Player back to the psp browser
nil System.initUMD()
--activates UMD and mounts to disc0:
bool System.isUmdInserted()
--returns true if UMD is inserted
nil System.setCpuSpeedHigh()
--sets CPU clock to 333mhz
nil System.setCpuSpeedMed()
--sets CPU clock to 266mhz
nil System.setCpuSpeedReg()
--sets CPU clock to 222mhz
An example script is included that demonstrates all the new functions.
Download via comments