mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-23 11:49:40 +00:00
Fixed button bug in adhoc
This commit is contained in:
parent
460c44ae23
commit
e9729caadb
@ -696,7 +696,7 @@ int initAdhocDialog() {
|
|||||||
void adhocDialogCtrl() {
|
void adhocDialogCtrl() {
|
||||||
adhocUpdatePeerList();
|
adhocUpdatePeerList();
|
||||||
|
|
||||||
if (pressed_pad[PAD_CROSS]) {
|
if (pressed_pad[PAD_ENTER]) {
|
||||||
if (peer_count > 0) {
|
if (peer_count > 0) {
|
||||||
SceNetAdhocctlPeerInfo *curr = peer_list;
|
SceNetAdhocctlPeerInfo *curr = peer_list;
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user