Code: Select all
Sony-HTTPClient/1.0 [PS3 test]
Code: Select all
Sony-HTTPClient/1.0 [PS3 test]
Code: Select all
svn checkout svn://svn.ps2dev.org/psp/trunk/psplink
Code: Select all
pad=controls:read()
if pad:cross() then
if pad:circle() then
--whatever
end
end
exactly.ector wrote:I suspect your problem was that main() calls control() and control in turn calls main? :)