Search found 6 matches

by mikeyleo
Wed Aug 24, 2005 3:34 am
Forum: PSP Lua Player Development
Topic: Coding Help with buttons
Replies: 6
Views: 4554

Should the line return "Option2" be there? Is in the main loop. I think when you execute that line you would exit.
by mikeyleo
Thu Jul 21, 2005 10:20 pm
Forum: PSP Lua Player Development
Topic: Lua library
Replies: 15
Views: 10201

Shine wrote:
mikeyleo wrote:I figure that there's documentation for them somewhere, I just can't figure out where.
Please read my last answer again.
Oh, I know what my problem was, I was looking at an older version of your player's sourcecode. Now I see the functions. Thank you for all your help.
by mikeyleo
Thu Jul 21, 2005 6:50 am
Forum: PSP Lua Player Development
Topic: Lua library
Replies: 15
Views: 10201

lualib is the pure Lua library for using in every PSP program. The function loadImage, blitImage etc. are defined in my upcoming PSP Lua Player and they are not Lua standard, so it doesn't belong to the general Lua library. I don't have documented the Player at this time, you have to look at the sou...
by mikeyleo
Thu Jul 21, 2005 6:24 am
Forum: PSP Lua Player Development
Topic: Lua library
Replies: 15
Views: 10201

I must be blind too. :) I don't see a doc directory under the PSPDEV directory. Is there something else I need to download? It doesn't belong to the core PSPSDK, you have to do a checkout, like for all other libraries, which are already ported for the PSP, like zlib, libpng, jpeg and SDL: svn co sv...
by mikeyleo
Thu Jul 21, 2005 5:22 am
Forum: PSP Lua Player Development
Topic: Lua library
Replies: 15
Views: 10201

Is there a list of these higher level functions? I've looked in the include files of the PSPSDK and don't see them. Sorry if this is a stupid question. doc/manual.html looks like a good place to start :-) I must be blind too. :) I don't see a doc directory under the PSPDEV directory. Is there somet...
by mikeyleo
Thu Jul 21, 2005 4:44 am
Forum: PSP Lua Player Development
Topic: Lua library
Replies: 15
Views: 10201

Is there a list of these higher level functions? I've looked in the include files of the PSPSDK and don't see them. Sorry if this is a stupid question.