1**************************************************************************** 2* * 3* changelog-TwlSDK-5_3_patch1-20090824.txt * 4* * 5* Plus patch for TWL-SDK 5.3 * 6* * 7* August 24, 2009 * 8* * 9**************************************************************************** 10 11 12Revisions 13 14 Revised Content in 5_3-patch1-20090824 15 -------------------------------------------------------------------------- 16 17 - Revised the warning display for running TWL-exclusive ROM on NITRO. 18 19 Previously, when a TWL-exclusive ROM was run on NITRO, the OS_Init function would detect it and display the warning. 20 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. 21 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. 22 23 24End 25