Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlo committed Jun 27, 2015
1 parent f13fbe5 commit 19ad7f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/connectors/connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ int connector_init()
}
}
break;
case C_TYPE_SIXAXIS:
//TODO MLA: fix the EMUPS3 firmware and remove this!
gimx_params.force_updates = 0;
printf(_("Disable force updates to work-around #335.\n"));
break;
default:
break;
}
Expand Down

0 comments on commit 19ad7f9

Please sign in to comment.