11.1.0-34: Difference between revisions
No edit summary |
|||
Line 47: | Line 47: | ||
* Unknown, uniqueID 0x1648. | * Unknown, uniqueID 0x1648. | ||
* Unknown, uniqueID 0x175e. | * Unknown, uniqueID 0x175e. | ||
fs adds a new command 0x088600C0 that takes a title-id and an unknown byte (probably media-type?), and returns a bool. | |||
If the command returns an error, the caller assumes false. | |||
====NS==== | |||
The code for [[APT:IsTitleAllowed]] was updated. | |||
It now adds a version check for SmileBASIC, and enforces minimum versions 7 for JAP and 2 for USA. | |||
This means that smilehax is impossible on latest firmware. | |||
Same function also now checks for the "Animal Crossing: New Leaf" title in EUR+JAP+USA, and checks if version is lower than 3. | |||
If version is lower than 3, it calls the new fs command 0x088600C0 with the title-id of the Animal Crossing game. | |||
If the new fs command returns true, it returns that the game is not allowed to be launched, otherwise it will launch it despite being too old. | |||
==See Also== | ==See Also== |