#include <nitro/ext/scrntest.h>
void EXT_TestScreenShot( u32 testFrames, u32 checkSum );
|
The number of frames to be tested. |
|
The expected checksum. |
None.
For the number of frames specified, this function performs screen capture, calculates checksum from the capture data, and compares the calculated checksum to the expected checksum.
If the test fails, the checksum value and an error message are output to the debug console.
EXT_TestSetVRAMForScreenShot()
specifies the VRAM that will be used for capture. Calling EXT_TestTickCounter()
increments frames.
EXT_TestTickCounter, EXT_TestResetCounter, EXT_TestSetVRAMForScreenShot
02/25/2004 Initial version.