This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| *void | pspDebugScreenInit (void) |
| Initialise the debug screen. | |
| void | pspDebugScreenPrintf (const char *fmt,...) __attribute__((format(printf |
| Do a printf to the debug screen. | |
| void void | pspDebugScreenSetBackColor (u32 color) |
| Set the background color for the text. | |
| void | pspDebugScreenSetTextColor (u32 color) |
| Set the text color. | |
| void | pspDebugScreenPutChar (int x, int y, u32 color, u8 ch) |
| Draw a single character to the screen. | |
| void | pspDebugScreenSetXY (int x, int y) |
| Set the current X and Y co-ordinate for the screen (in character units). | |
| int | pspDebugScreenGetX (void) |
| Get the current X co-ordinate (in character units). | |
| int | pspDebugScreenGetY (void) |
| Get the current Y co-ordinate (in character units). | |
| void | pspDebugScreenClear (void) |
| Clear the debug screen. | |
| void | pspDebugGetStackTrace (unsigned int *results, int max) |
| Get a MIPS stack trace (might work :P). | |
1.4.3-20050530