Skip to content

Commit

Permalink
Fix for upstream libdragon.
Browse files Browse the repository at this point in the history
  • Loading branch information
gameblabla committed Aug 21, 2019
1 parent 4ad1ab4 commit a85ce61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/memorypak.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ void view_mpk(display_context_t disp)
int err;

printText("Mempak content:", 11, 5, disp);
get_accessories_present();
struct controller_data output;
get_accessories_present( &output);

/* Make sure they don't have a rumble pak inserted instead */
switch (identify_accessory(0))
Expand Down

0 comments on commit a85ce61

Please sign in to comment.