fix: 360 not full version?, windows64 app shutdown & cleanup project filter

This commit is contained in:
2026-09-09 00:41:37 -04:00
parent a18c98fcdc
commit 987e77c817
8 changed files with 67 additions and 45 deletions
+3 -2
View File
@@ -637,8 +637,9 @@ void StatsCounter::WipeLeaderboards() {}
#endif
*/
#ifdef __PS3__
bool C_4JProfile::IsFullVersion() { return true; }
//str1k3r - needed on every platform but windows64 until we decomp the other libs
#ifndef _WINDOWS64
bool C_4JProfile::IsFullVersion() { return true; }
#endif
#ifdef _WINDOWS64