Skip to content

Commit

Permalink
- Changes to please GCC 6.2 and devkitPPC r28
Browse files Browse the repository at this point in the history
  • Loading branch information
emukidid committed Dec 16, 2016
1 parent f0ec631 commit 5ae1fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cube/swiss/include/exi.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern int GCN_SD_SPEED;

void exi_select(int channel, int device, int freq);
void exi_deselect(int channel);
inline void exi_imm(int channel, void* data, int len, int mode, int zero);
void exi_imm(int channel, void* data, int len, int mode, int zero);
void exi_sync(int channel);
void exi_imm_ex(int channel, void* data, int len, int mode);
void exi_read(int channel, void* data, int len);
Expand Down

0 comments on commit 5ae1fda

Please sign in to comment.