wpad_mem_util.elf

Description

Used to manipulate the system header region of Wii Remote memory, wpad_mem_util.elf is a utility tool designed to return WPAD_ERR_NOPERM or WPAD_ERR_BROKEN when the WPADReadGameData function is called. It is also possible to re-initialize the Wii Remote memory.

This tool is a debugging utility provided to application developers using the Wii Remote memory. Permission will be deleted if the A Button on the connected Wii Remote is pressed, and WPAD_ERR_NOPERM will be returned if the WPADREadGameData function is called. Also, the system header will be destroyed if the B Button is pressed, and WPAD_ERR_BROKEN will be returned if the WPADReadGameData function is called.

Location

$REVOLUTION_SDK_ROOT/RVL/bin/tools/wpad_mem_util.elf

Revision History

2007/02/08 Added the feature for re-initializing the Wii Remote memory
2006/11/30 Initial version.