Skip to content

Commit

Permalink
Merge pull request networkfusion#2 from gameblabla/upstream_libd_fix
Browse files Browse the repository at this point in the history
Fix for upstream libdragon.
  • Loading branch information
gameblabla authored Aug 21, 2019
2 parents cbe96f4 + a85ce61 commit 80812ab
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 80812ab

Please sign in to comment.