Skip to content

Commit

Permalink
This is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraWright committed Feb 25, 2016
1 parent 23fd266 commit eea2076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/firm.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#define HID_PAD ((~*(u16*)0x10146000) & 0xFFF)
#define BUTTON_R1 (1 << 8)
#define BUTTON_L1 (1 << 9)
#define BUTTON_A 1
#define SAFEMODE (BUTTON_L1 | BUTTON_R1 | BUTTON_A | (1 << 6))
#define SAFEMODE (BUTTON_L1 | BUTTON_R1 | 1 | (1 << 6))

void setupCFW(void);
u8 loadFirm(void);
Expand Down

0 comments on commit eea2076

Please sign in to comment.