Plailect / sysDowngrader

3DS offline system downgrader using CIA files
GNU General Public License v3.0
28 stars 7 forks source link

Wrong error when trying O3DS 9.2.0 pack on N3DS #9

Closed Myriachan closed 8 years ago

Myriachan commented 8 years ago

If you try to downgrade to Old 3DS 9.2.0 on a New 3DS, it correctly fails, but gives you the wrong error message.

if(ciaFileInfo.titleID == 0x0004013800000002LL && is_n3ds != 0) throw titleException(FILE, LINE, res, "Installing N3DS pack on O3DS will always brick!");

Plailect commented 8 years ago

Fixed.