Aside from routine bug fixes, this release also enjoys the addition of several new functions. We've posted part of LuaPlayerHM7's changelog here for your viewing - the rest is available in homemister's original post:
* Added System.loadPrxKernel(file name) Will load a PRX into the kernel memory. Allows kernel functions to be used.
* Added System.webbrowser(Pathofw ebbrowser.pbp, url) Will load the webbrowser with the url entered. If no url then google will load.
* Fixed System.runeboot() now can run Eboots in 1.50 kernel. (PSP PHAT ONLY, You must boot the LuaPlayerHM in 1.50 Kernal)
* Added System.getFileSize() Gets the file size in bytes. Eg size = System.getFileSize("ms0:/helloworld.txt")
* Added System.getDirSize() Gets the Directory size in bytes. Eg size = System.getFileSize("ms0:/PSP")
* Fixed USB not working on 1.50 Kernel.
* Added System.autoCpu() This will automaticaly change the cpu speed to meet the needed cpu requirment. If pluged into power will defult to 300mhz It also returns the speed of the script cycle. ####Use only once in a loop. Look in the LuaPlayerHM tester under system2.lua.
* Added System.getCpuSpeed() Returns the CPU speed.
* Added System.getBusSpeed() Returns the Bus speed.
* Added HPRM FUNCTIONS
o Hprm.read() Returns "PLAY","FWD","BACK","VOLU P","VOLDOWN","HOLD"
o Hprm.headphone() Returns 0 for no 1 for yes
o Hprm.remote() Returns 0 for no 1 for yes
o Hprm.mic() Returns 0 for no 1 for yes
Further details on installing and using this homebrew are available in the readme included with the file bundle. You may also want to visit homemister's release thread at the QJ.NET PSP Development Forum if you're interested in leaving your feedback.
download:
download