update lcemp networking

This commit is contained in:
2026-08-02 03:33:11 +03:00
parent b87d044cf0
commit e254228cf5
15 changed files with 616 additions and 138 deletions
+3 -1
View File
@@ -55,7 +55,7 @@ private:
#ifndef DISABLE_PSN
class GameSessionUID
{
char m_onlineID[SCE_NET_NP_ONLINEID_MAX_LENGTH];
@@ -74,3 +74,5 @@ public:
int getQuadrant() const { return m_quadrant; }
bool isSignedIntoPSN() const { return m_bSignedIntoPSN; }
};
#endif