**************************************************************************** * * * changelog-TwlSDK-5_3_patch1-20090824.txt * * * * Plus patch for TWL-SDK 5.3 * * * * August 24, 2009 * * * **************************************************************************** Revisions Revised Content in 5_3-patch1-20090824 -------------------------------------------------------------------------- - Revised the warning display for running TWL-exclusive ROM on NITRO. Previously, when a TWL-exclusive ROM was run on NITRO, the OS_Init function would detect it and display the warning. 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. 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. End