Replace paths and windows APIs, cleanup source tree

This commit is contained in:
murdle
2026-03-01 17:42:21 +02:00
parent b63f76b43f
commit fd7d6b7a35
13040 changed files with 4674 additions and 2944714 deletions

View File

@@ -457,8 +457,8 @@ void UIScene_JoinMenu::JoinGame(UIScene_JoinMenu* pClass)
// Check if user-created content is allowed, as we cannot play multiplayer if it's not
bool noUGC = false;
BOOL pccAllowed = TRUE;
BOOL pccFriendsAllowed = TRUE;
BOOL pccAllowed = true;
BOOL pccFriendsAllowed = true;
#if defined(__PS3__) || defined(__PSVITA__)
if(isSignedInLive)