11.1.0-34: Difference between revisions
Line 58: | Line 58: | ||
The code for [[APT:IsTitleAllowed]] was updated. | 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. | It now adds a version check for SmileBASIC, and enforces minimum [[Titles|major-versions]] 7 for JAP and 2 for USA. | ||
This means that smilehax is impossible on latest firmware. | 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 | Same function also now checks for the "Animal Crossing: New Leaf" title in EUR+JAP+USA, and checks if [[Titles|major-version]] is higher than 3. | ||
If version is <=3, it calls the new fs command 0x088600C0 with the title-id of the Animal Crossing game. | If version is <=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. | 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. |