Home
last modified time | relevance | path

Searched refs:to (Results 1 – 10 of 10) sorted by relevance

/RevoEX-2.3/
DREADME.txt14 … RevoEX package) is an extended library package that adds various features to the Revolution SDK (…
16 Since RevoEX does not run on its own, be sure to install the SDK first.
36 Be sure to install SDK-related tools and NDEV-related tools according to the prescribed procedure.
41 Unpack the RevoEX package in a directory different from the SDK directory. Also, be sure to install…
48 Set the REVOLUTION_EXT_ROOT environment variable as the path to the top directory of the package.
49 When $/RevoEX appears below, it refers to the top directory. The following files and directories ar…
62 …emos use the settings saved to the console's NAND flash memory, you should configure your network …
78 For changes related to the individual packages released up through Revolution SDK Extensions 2.3, r…
/RevoEX-2.3/build/buildtools/
Dcommondefs.rex12 # not be disclosed to third parties or copied or duplicated in any form,
20 # Added the ssl library to the link targets
23 # Changed so that each target refers to NdevRun.ddf by default
32 # Updates to generate RevoEX release version with support for RevoSDK 3.1 RC2.
35 # Changed TitleID to 33.
41 # Changed TitleID to 31.
44 # Changed TitleID to 30.
56 # Set default TITLEID to 14.
59 # Set default firmware to 13 series.
62 # Changed default firmware ID from 8 to 12.
[all …]
Dmodulerules.rex9 # not be disclosed to third parties or copied or duplicated in any form,
20 # Made "rex-install" dependent on "build" to support "make -j".
60 # Made additions related to REX_TOOL.
72 # Made it possible to compile files in different directories
87 # Moved overwrite of do-setup command to commondefs.
97 # Corrected a problem where "@" was applied to the wrong place within the operating details of do-s…
134 # Changed the make directory command from $(MKDIR) to mkdir -p
Deppccleandepend.sed19 # older sed may convert newline character from 0x0d+0x0a to 0x0a
/RevoEX-2.3/docs/
DNWC24MessageBoxEditor.txt11 The NWC24 Message Box Editor is a tool used to edit the contents of a WiiConnect24 message box.
26 - Because the MCS Server program is used, this step is necessary to run the package.
28 - The Microsoft .NET Framework Version 2.0 is required to start up the MCS Server.
35 1) Use ndrun to execute "$REVOLUTION_EXT_ROOT/RVL/bin/tools/MsgBoxEditorD.elf" on NDEV.
60 …+--[Additional Upload] Adds the message currently being edited to the message box on the client (N…
65 …e contents of the message box on the client (NDEV) in raw mail data format to the specified folder…
86 [Add Public message] Adds a new Public (to a general address) message.
122 [Attached] Specifies files attached to the message.
124 +--[Add ...] Select files to attach.
128 +--[Save ...] Name and save the selected attached file to the PC.
/RevoEX-2.3/build/demos/nwc24demo/data/ChannelJump/
DChannelJump.ddf5 ; The name of the directory containing files to be emulated.
87 ; Set this to 0 when not using the any debugger on NDEV, set to 3 when using the CodeWarrior…
100 ; position like ADPCM data. (ADPCM needs to be aligned with a 32KByte
101 ; boundary according to the specification.)
117 ; The <File Name> file is laid out on the optical disk according to the
120 ; This is used to lay out files on the outer area to shorten the access
/RevoEX-2.3/include/revolution/
Dverflags.h11 # not be disclosed to third parties or copied or duplicated in any form,
/RevoEX-2.3/build/demos/nwc24demo/include/
DMsgViewer.h99 char to[MAX_NUM_TO][MAX_ADDR_SIZE]; member
/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c215 (void)sprintf( msgData->to[i], "%016llu", temp ); in GetMsgData()
227 err = NWC24ReadMsgToAddr( &msgObj, i, msgData->to[i], MAX_ADDR_SIZE ); in GetMsgData()
DMsgViewerRender.c586 x += DEMORFPrintf( x, y, 0, "%s", msgData->to[i] ); in PrintTo()