1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10 11<h1>exbanner Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16 <p>This sample is for creating and testing extension banners.</p> 17</div> 18 19<h2>Required Environment</h2> 20 21<div class="section"> 22 <p>An SD Card is required.</p> 23</div> 24 25<h2>How to Use</h2> 26 27<div class="section"> 28 <p>A Button: Creates expanded save data.</p> 29 <p>B Button: Deletes expanded save data.</p> 30</div> 31 32<h2>Notes</h2> 33 34<div class="section"> 35 <p>Testing cannot be conducted on the development menu. </p> 36</div> 37 38<h2>Procedures</h2> 39 40<div class="section"> 41 <p>Check the banner, as it appears, before replacement on the HOME Menu. </p> 42 <p>Start the application.</p> 43 <p>Create expanded save data by pressing the A Button.</p> 44 <p>Exit the application and return to the HOME Menu by pressing the HOME Button.</p> 45 <p>Check that the banner on the HOME Menu has been replaced.</p> 46 <p>To delete expanded save data, select System Settings > Data Management > Nintendo 3DS Data Management > Extra Data Management. You can also delete expanded data when using this sample demo by pressing the B Button.</br></br> 47 <p>Note: When a buffer rendered to the screen is saved, as is, on the extension banner, it will be rotated 90 degrees. In order to avoid this, there are two types of approaches in this sample. </p> 48 <p>rotateCamSample: The image is rendered by rotating the camera 90 degrees.</p> 49 <p>rotateTexSample: Adjust he UV coordinates of the source texture data ahead of time, by taking into account that it will rotate 90 degrees.</p> 50 51</div> 52 53<h2>Revision History</h2> 54 55<div class="section"> 56 <dl class="history"> 57 <dt>2012/04/26</dt> 58 <dd>Initial version.</dd> 59 </dl> 60</div> 61 62 63<hr><p>CONFIDENTIAL</p></body> 64</html>