Hello,
I'm working since few month on a Guitar Pro's clone for PSP (well, just a tablature reader). I have finish the parser and some of graphics functions. For the moment tablature is just scrolling at the screen. Now my goals is to create a database, a kind of iTunes's like.
So, here's my question, does anybody try to port SQLite (or any other) to the PSP ?
I success to compile it but it didn't work. I suppose there is something not compatible in the PSP's librairy.
I hope my English is clear and thanks you for any help.
SQLite or an other database
http://forums.ps2dev.org/viewtopic.php?p=50679#50679fraca7 wrote:I tried and miserably failed. The problem is that sqlite relies on the platform having a ftruncate() call, which the PSP doesn't seem to have.