1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>wpad_mem_util</TITLE>
8<LINK rel="stylesheet" href="../CSS/revolution.css">
9</HEAD>
10<BODY>
11<H1 align="left">wpad_mem_util.elf</H1>
12<H2>Description</H2>
13<P>
14Used to manipulate the system header region of Wii Remote memory, <CODE>wpad_mem_util.elf</CODE> is a utility tool designed to return <CODE>WPAD_ERR_NOPERM</CODE> or <CODE>WPAD_ERR_BROKEN</CODE> when the <CODE>WPADReadGameData</CODE> function is called. It is also possible to re-initialize the Wii Remote memory.
15</P>
16<P>
17This 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 <CODE>WPAD_ERR_NOPERM</CODE> will be returned if the <CODE>WPADREadGameData</CODE> function is called. Also, the system header will be destroyed if the B Button is pressed, and <CODE>WPAD_ERR_BROKEN</CODE> will be returned if the <CODE>WPADReadGameData</CODE> function is called.
18</P>
19<H2>Location</H2>
20<P><CODE>$REVOLUTION_SDK_ROOT/RVL/bin/tools/wpad_mem_util.elf</CODE></P>
21<H2>Revision History</H2>
22<P>
232007/02/08 Added the feature for re-initializing the Wii Remote memory<BR>2006/11/30 Initial version.<BR>
24</p>
25</BODY>
26</HTML>