Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #91 from fox8091/master
Browse files Browse the repository at this point in the history
Update for new APT changes
  • Loading branch information
44670 committed Jun 19, 2016
2 parents fd8734d + b2ecfea commit fda3b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Expand Up @@ -169,7 +169,7 @@ void bnInitParamsByFirmware() {
u32 isNew3DS = 0;
if (kernelVersion >= SYSTEM_VERSION(2, 44, 6))
{
u8 tmp;
bool tmp;

Result ret = APT_CheckNew3DS(&tmp);;
if (ret == 0)
Expand Down

0 comments on commit fda3b50

Please sign in to comment.