1**************************************************************************** 2* * 3* changelog-TwlSDK-5_2_patch3-20090825.txt * 4* * 5* Plus Patch for TWL-SDK 5.2 * 6* * 7* August 25, 2009 * 8* * 9**************************************************************************** 10 11 12Revisions 13 14 Content revisions in 5_2-patch3-20090825 15 -------------------------------------------------------------------------- 16 17 - (OS) Added explanation to the Function Reference Manual of how argument data is handled in TWL mode 18 19 Argument data obtained with the OS_GetArgc and the OS_GetArgv functions is invalid in FINALROM mode; these functions return 0 or NULL, respectively. However, in TWL-SDK 5.2, argument data is valid in FINALROM builds in TWL mode, and it is possible to get the same values in these builds as in DEBUG or RELEASE mode builds. 20 Added this description to the references for the OS_GetArgc and OS_GetArgv functions and the Debug (Arguments): Overview. 21 22 23 - Revised the warning display for running TWL-exclusive ROM on NITRO. 24 25 Previously, when a TWL-exclusive ROM was run on NITRO, the OS_Init function would detect it and display the warning. 26 In C++, the NitroStartUp function sometimes calls the OS_Init function. However, when running TWL-exclusive ROM on NITRO, the NitroStartUp function was skipped, preventing the warning from being displayed. 27 Now, this detection is made in the _start function rather than in the OS_Init function so that the warning is displayed regardless of when the OS_Init function is called. 28 29 30 Content revisions in 5_2-patch1-20090617 31 -------------------------------------------------------------------------- 32 33 - (TP) Fixed the bug where pen-up was not recognized correctly 34 35 When the Touch Screen was used in CODEC-TWL mode, sometimes pen-up was not recognized correctly due to individual variances. As a result, invalid coordinate data would be acquired when the pen-up occurred. 36 The CODEC parameters were adjusted to fix this problem. 37 38 39End 40