mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-23 03:39:39 +00:00
Fixed button bug in adhoc
This commit is contained in:
parent
460c44ae23
commit
e9729caadb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user