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

Update for new APT changes #91

Merged
merged 1 commit into from
Jun 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
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