I have just started coding in C and have just finished my very first app.
Its a program that opens lua files on your psp. I have included a sample piece of code for you to test out!
Instructions
Unzip the zip file and put the contents into the game folder on your memory stick
To view a lua file you must rename it to index.lua and put it into the luareader folder in the game folder on your memory stick
Im afraid this is very basic at the moment, you have to rename your file to index.lua to veiw it, you can only keep one index.lua file in the luareader file at a time!
To do
make it so that you dont have to rename the file to index.lua to veiw it
add a file viewer so you can browse the memory card for lua files
Some other stuff
Remember this is my first C app so go easy on me, also please leave feedback on this for me so i can improve on it.