|
PS2SDK
PS2 Homebrew Libraries
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | ps2_screenshot_file (const char *pFilename, unsigned int VramAdress, unsigned int Width, unsigned int Height, unsigned int Psm) |
| int | ps2_screenshot (void *pTemp, unsigned int VramAdress, unsigned int x, unsigned int y, unsigned int Width, unsigned int Height, unsigned int Psm) |
Screenshot prototypes.
Definition in file screenshot.h.
| int ps2_screenshot | ( | void * | pDest, |
| unsigned int | VramAdress, | ||
| unsigned int | x, | ||
| unsigned int | y, | ||
| unsigned int | Width, | ||
| unsigned int | Height, | ||
| unsigned int | Psm | ||
| ) |
Downloads vram back to host
| pDest | Temporary storeage for the screen (allocated by user) |
| VramAdress | pointer to where in vram to transfer from (wordaddress/64) |
| Width | Width of Screen |
| Height | Width of Screen |
| Psm | Pixelformat of screen |
Definition at line 181 of file screenshot.c.