Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TuxSH/TWLSaveTool
Browse files Browse the repository at this point in the history
Conflicts:
	source/TWLCard.cpp
  • Loading branch information
TuxSH committed Jun 15, 2016
2 parents e9dad7e + 9e4379e commit 40c4e3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/TWLCard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ TWLCard::TWLCard(void) : twl(false), h(Header()), cardType_(NO_CHIP) {
if(res != 0) { delete[] data; throw Error(res,__FILE__, __LINE__); }
h = Header(data);
delete[] data;

res = SPIGetCardType(&cardType_, (h.gameCode[0] == 'I') ? 1 : 0); // automatic infrared chip detection often fails
if(res != 0) { throw Error(res,__FILE__, __LINE__); }

Expand Down

0 comments on commit 40c4e3d

Please sign in to comment.