Skip to content

Commit f81a5a5

Browse files
committed
sceNpClans: cleanup
1 parent 2fb6973 commit f81a5a5

7 files changed

Lines changed: 420 additions & 426 deletions

File tree

rpcs3/Emu/Cell/Modules/sceNp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ struct SceNpCommunicationId
12651265
// OnlineId structure
12661266
struct SceNpOnlineId
12671267
{
1268-
char data[16 + 1]; // char term;
1268+
char data[SCE_NET_NP_ONLINEID_MAX_LENGTH + 1]; // char term;
12691269
char dummy[3];
12701270
};
12711271

0 commit comments

Comments
 (0)