1■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
2■                                                                          ■
3changelog-TwlSDK-5_3_patch6-20091125.txt4■                                                                          ■
5■  Plus Patch for TWL-SDK 5.3                                              ■
6■                                                                          ■
7■  November 25, 2009                                                       ■
8■                                                                          ■
9■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
10
11
12Revisions
13
14    Revised Content in 5_3-patch6-20091125
15    --------------------------------------------------------------------------
16
17    - (OS) Modified the Chinese version ISBN screen
18
19      In the ISBN screen displayed when the OS_InitChina function is called, the image displayed in the lower screen has been modified.
20
21
22    Revised Content in 5_3-patch5-20091109
23    --------------------------------------------------------------------------
24
25    - (OS) Changed the OS_InitChina function so that now, if OS_CHINA_ISBN_NO_DISP is set for the second argument (the parameter for ISBN number display) in the OS_InitChina function, the Health and Safety screen and the iQue logo are no longer displayed.
26
27    Revised Content in 5_3-patch4-20091021
28    --------------------------------------------------------------------------
29
30    - (TOOL) Added support to makerom.exe for a RomSize of 4Gbit.
31
32    Added "4G" to the specifiable values for the RSF file's RomSize property in makerom.exe.
33
34    Revised Content in 5_3-patch3-20091014
35    --------------------------------------------------------------------------
36
37    ・(TCL) Fixed a bug in the TCL_DeletePicture function
38
39      Fixed a bug where some management file information becomes abnormal when a photo assigned to Favorites is deleted by the TCL_DeletePicture function.
40
41
42    Revised Content in 5_3-patch2-20091002
43    --------------------------------------------------------------------------
44
45    - (DSP) Fixed a bug in the shutter sound playback feature
46
47      Fixed a bug that, on rare occasions, would occur while the DSP_PlayShutterSound function was playing the shutter sound if another DSP component was used in parallel at the same time, preventing one of the two processes from finishing.
48
49
50    - (FX) Changed the VEC_Normalize function into a weak symbol
51
52      Defined the VEC_Normalize and VEC_Fx16Normalize functions as weak symbols with SDK_WEAK_SYMBOL because for extremely small vectors, these functions give results with large calculation errors.
53
54      If a more accurate user-defined formula is required, you can override these functions by implementing independent ones of the same name.
55
56
57    - (OS) Removed the OS_ShowAttentionChina function
58
59      Removed the forChina-fs sample demo and the page for OS_ShowAttentionChina from the Function Reference Manual because revised guidelines for Chinese-language applications have in general prohibited the replacement of processing that displays the startup screen.
60
61
62    -(TOOL) Changed makerom.TWL
63
64      Changed the behavior of HYBRID and LIMITED ROMs so that an attempt to place an ARM9 static module before the first 16-KB system-reserved region will result in an error.
65
66
67    - (TOOL) Added the -m option to makerom
68
69      Added the -m option as an additional feature of makerom.exe and makerom.TWL.exe. This option allows you to replace ROM data stored in an existing SRL file.
70
71
72    Revised Content in 5_3-patch1-20090824
73    --------------------------------------------------------------------------
74
75    - Revised the warning display for running TWL-exclusive ROM on NITRO.
76
77      Previously, when a TWL-exclusive ROM was run on NITRO, the OS_Init function would detect it and display the warning.
78      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.
79      This detection is now 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.
80
81
82End
83
84