PDA

View Full Version : LuaPlayerHM7



wraggster
June 20th, 2008, 22:21
News/release from Homemister (http://luaplayerhm.xtreemhost.com/)


Hey all,
LuaPlayerHM7 is now ready for download from the update.lua script or from here. Below is is the new functions of the player.
This is the functions for LuaPlayerHM7

%%%%%%%% NEW %%%%%%%%

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.
Eg. System.webbrowser("ms0:/psp/game/LuaPlayerHM6") Will load google.com
Eg2. System.webbrowser("ms0:/psp/game/LuaPlayerHM6","http://homemister.axspace.com/") Will load homemister.axspace.com

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.

Download Here (http://homemister.axspace.com/LuaPlayerHM7.zip) and Give Feedback via Comments