By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
* L_e290: New func. "L_12cf0(<inparams>); return inx0;"
* L_e290: New func. "L_12cf0(<inparams>); return inx0;"
* L_12cf0: New func. Only called by L_e290.
* L_12cf0: New func. Only called by L_e290.
+
+
nnMain:
+
* Two input arguments are now used+required, see above.
+
* ...
+
* TID handling block was updated, see above.
+
* The check for <is_blacklisted> was changed from "if(val<=0)<branch>" to "if(val<1)<branch>".
+
* The code block at the very end of this func was updated.
+
** Prev code: <code>if(<loadedval> != 1)return;</code> New code: <code>if(<loadedval> != 1)<jump over the two following func calls which are the same as prev ver></code>
** <call func> here is throw_fatalerr(ptr+4). The above second block basically changed the conditions required for throwing fatal-error. For example, fatal-error is no longer thrown when applications(?) crash.