diff --git a/Core/HLE/sceNet.cpp b/Core/HLE/sceNet.cpp index 6994fe498..bca7fac1d 100644 --- a/Core/HLE/sceNet.cpp +++ b/Core/HLE/sceNet.cpp @@ -74,7 +74,9 @@ struct SceNetMallocStat { int pool; // Pointer to the pool? int maximum; // Maximum size of the pool? int free; // How much memory is free -} static netMallocStat; +}; + +static struct SceNetMallocStat netMallocStat; struct AdhocctlHandler {