PS2SDK
PS2 Homebrew Libraries
|
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.
|
extern |
Definition at line 84 of file screenshot.c.
|
extern |
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.