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 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>PhotoChecker</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9<STYLE type="text/css">
10<!--
11.sample_source{
12  background-color : #e8e8e8;
13}
14H3{
15  color : teal;
16}
17pre
18{
19  display: compact;
20  font-family	: "Courier New", monospace;
21  font-weight	: normal;
22  font-size     : normal;
23
24/*  margin		: 0pt 0pt 6pt 50pt;*/
25  padding		: 2pt 8pt 2pt 8pt;
26  background-color	: #eee;
27
28  border-style		: solid;
29  border-width		: 1px;
30}
31.command_list{
32  margin-bottom : 16pt;
33}
34.command_desc{
35  }
36.command_item{
37  margin-top : 16pt;
38  background-color : #e8e8e8;
39}
40.blockquoted_table {
41  border : 1px;
42  width : 80%;
43}
44TD,TH{
45  border-color	: #c0d8d8;
46  padding       : 1pt 4pt 1pt 4pt;
47  border-width  : 1px;
48  border-style  : solid;
49}
50div.screen
51{
52    float: left;
53    padding: 2px;
54    background-color: black;
55    margin: 0 0.5em 1em 1em;
56}
57ol, ul
58{
59    padding-left: 4em;
60    margin-left: 0pt;
61}
62
63div.screen img.main
64{
65    margin-bottom: 10px;
66}
67.warning
68{
69    color: red;
70}
71table
72{
73    left: 0;
74}
75table.plain td
76{
77    border: none;
78    background-color: transparent;
79}
80-->
81</STYLE>
82</HEAD>
83<BODY>
84
85<H1 align="left">PhotoChecker</H1>
86
87<H2>Overview</H2>
88<P>
89<CODE>PhotoChecker</CODE> is a TWL application that checks the photo region in the TWL system.<br> It is possible to check whether an illegal file exists that is not written via the TCL library.
90</P>
91
92
93<H2>Execution</H2>
94<H3></H3>
95<P>
96It can be run in the following ways.
97</P>
98<ul>
99<li>Use the IS-TWL-DEBUGGER software to run <CODE>PhotoChecker.srl</CODE>
100<li>Write <CODE>PhotoChecker.srl</CODE> to a TWL Game Card and then run it
101</ul>
102<P>
103When execution begins, the images that exist under <CODE>photo:</CODE> are displayed on the upper screen, and the filenames are displayed one after the other on the lower screen. If there is an illegal state under <CODE>photo:</CODE>, the upper screen turns red.<br> If the state is normal, the upper screen turns green.<br> <br>The following are considered illegal states.
104<ul>
105<li>When the management file does not exist because the Nintendo DSi camera has not been started once
106<li>When the management file is invalid
107<li>When the written file existed without going through the Nintendo DSi camera and TCL
108<li>When the file written via the Nintendo DSi camera and TCL was deleted without going through the Nintendo DSi camera
109</ul>
110</P>
111
112<H2>Location</H2>
113<P>
114<CODE>$TwlSDK/bin/ARM9-TS/Release/PhotoChecker.srl</CODE><br>
115</P>
116
117<H2>Revision History</H2>
118<P>
1192009/03/16 Initial version.
120</P>
121
122
123<hr><p>CONFIDENTIAL</p></body>
124</HTML>
125