Submit Your Own Code

PSP Lua CodeBase : Find Out PSP Firmware

Description:
reads the psp firware version and pastes it.

-- EVILMANA.COM PSP LUA CODEBASE
-- www.evilmana.com/tutorials/codebase
-- Find Out PSP Firmware
-- SUBMITTED BY: xpack

white = Color.new(255,255,255)

file = io.open("flash0:/vsh/etc/version.txt","r")
mystring = file:read()
file:close()

newstring = string.sub(mystring,9,12)

screen:clear(white)
screen:print(155,136,"Firmware Version: "..newstring)screen.flip()
screen.waitVblankStart()

Back to CodeBase

Please welcome jramada, our newest member.

Who's Online: 2 Guests, 2 Users
Buddy4point0, PL3X

Total Members: 555
Total Posts: 13058
Total Topics: 1480
Total Categories: 8
Total Boards: 35

Recent Posts:

Re: Lua Loader? by Buddy4point0
Re: Lua Loader? by osgeld
Re: Lua Loader? by acer5050
Re: Lua Loader? by bumuckl
Re: Lua Loader? by acer5050
Re: Lua Loader? by bumuckl
Lua Loader? by acer5050
Re: PGELua Help - need term for a special rotation fix (mathematical issue) by bumuckl


Copyright © 2006-2007 www.EvilMana.com All rights reserved.
EvilMana Logo by emcp and Charlie