Skip to content

Commit

Permalink
Fixed button bug in adhoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW authored Sep 17, 2018
1 parent 460c44a commit e9729ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adhoc_dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ int initAdhocDialog() {
void adhocDialogCtrl() {
adhocUpdatePeerList();

if (pressed_pad[PAD_CROSS]) {
if (pressed_pad[PAD_ENTER]) {
if (peer_count > 0) {
SceNetAdhocctlPeerInfo *curr = peer_list;
int i;
Expand Down

0 comments on commit e9729ca

Please sign in to comment.