Fixed a bug with the PSP port's input module.
commit16ab8894acf7f5dbf6ccd88b76f39acba40c7592
authorSam Fredrickson <kinghajj@gmail.com>
Sun, 30 Nov 2008 12:16:20 +0000 (30 04:16 -0800)
committerSam Fredrickson <kinghajj@gmail.com>
Sun, 30 Nov 2008 12:16:20 +0000 (30 04:16 -0800)
tree55de6d504a28223f605f0a02a63bd44947bc687b
parent579c41f353052ac702d94a219b5f0c5b698c7f99
Fixed a bug with the PSP port's input module.

The "cancel" button wasn't working. To fix it, I discarded the old
buffer method and now directly use C++ strings, rather than convert the
C string to a C++ string.
src/psp/port.cpp
src/psp/port.h