Search found 5 matches

by zmathue
Fri Jun 16, 2006 9:41 am
Forum: PSP Lua Player Development
Topic: Irda Help
Replies: 3
Views: 3082

Re: Irda Help

Im sorry i accedentaly relpyed.
by zmathue
Mon Jun 05, 2006 7:53 am
Forum: PS2 Development
Topic: Save Game Editing
Replies: 1
Views: 1455

Save Game Editing

Im trying to edit a ps2 save game but I need to fix the checksum on it first I got a program called sumrepair but I dont know how to use it.Can any one help.
by zmathue
Sun May 07, 2006 6:08 am
Forum: PSP Lua Player Development
Topic: Irda Help
Replies: 3
Views: 3082

I no I changed the variable name to post this.
by zmathue
Thu May 04, 2006 5:43 am
Forum: PSP Lua Player Development
Topic: Lua player for 2.5
Replies: 2
Views: 2018

what version of lua player are you using???
by zmathue
Tue May 02, 2006 8:56 am
Forum: PSP Lua Player Development
Topic: Irda Help
Replies: 3
Views: 3082

Irda Help

Can any one help me I want my program to Save a irda signal to a variable on a botton press while selecting an object on a menu.
This is what I have so far:

Code: Select all

if pad:circle() and menustatus == -1 then
irdasignal = System.irdaRead()
end