Search found 5 matches
- Fri Jun 16, 2006 9:41 am
- Forum: PSP Lua Player Development
- Topic: Irda Help
- Replies: 3
- Views: 3554
Re: Irda Help
Im sorry i accedentaly relpyed.
- Mon Jun 05, 2006 7:53 am
- Forum: PS2 Development
- Topic: Save Game Editing
- Replies: 1
- Views: 1727
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.
- Sun May 07, 2006 6:08 am
- Forum: PSP Lua Player Development
- Topic: Irda Help
- Replies: 3
- Views: 3554
- Thu May 04, 2006 5:43 am
- Forum: PSP Lua Player Development
- Topic: Lua player for 2.5
- Replies: 2
- Views: 2392
- Tue May 02, 2006 8:56 am
- Forum: PSP Lua Player Development
- Topic: Irda Help
- Replies: 3
- Views: 3554
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:
This is what I have so far:
Code: Select all
if pad:circle() and menustatus == -1 then
irdasignal = System.irdaRead()
end