Search found 2 matches
- Mon Jul 11, 2005 12:15 pm
- Forum: PSP Development
- Topic: pspDebugScreen font width
- Replies: 1
- Views: 1625
pspDebugScreen font width
Is there a simple way to limit the included font to 6x8 pixels (5x7 plus a row and column of space)? If that was the case, you could fit a standard terminal's worth of characters on the screen (80 wide * 6 pixels = 480), which would be very helpful to a project of mine. As it stands, since essential...
- Wed Jul 06, 2005 1:01 pm
- Forum: PSP Development
- Topic: libpspglue issues
- Replies: 5
- Views: 4044
I'm basically in the same situation as TommyBear. After switching to newlib I got rid of some errors with _ctype_, _errno, etc, but now it's unable to find a number of functions (open, lseek, read, write, close, stat, fstat, and several others). mrbrown indicated that if it had been compiled with th...