Search found 2 matches
- Fri Mar 02, 2007 9:54 am
- Forum: PSP Lua Player Development
- Topic: cools'0.20 mp3/ogg mod 3 (or latest if that isn't 3)
- Replies: 10
- Views: 8771
CPU Speed
You should definately add those features back in, its the only reason I went back down to .17. But I'd love to be able to use the mp3 functionallity, GU move camera function, and have processor speed control.
- Fri Mar 02, 2007 8:20 am
- Forum: PSP Lua Player Development
- Topic: collision help
- Replies: 9
- Views: 7756
Its the variable your passing into the collision function
You're passing the specific index into the function and trying to index it again. you pass Pic[1] and then are trying to test Pic[1][1]. just pass the array without the one and it should work (at least compile)