fix(X360): Contentpackage not booting

This commit is contained in:
2026-08-16 01:31:58 -04:00
parent 90f771e038
commit ad62c603da
5 changed files with 18 additions and 10 deletions
+3 -2
View File
@@ -339,8 +339,8 @@ typedef XUID GameSessionUID;
#endif
#if defined(_FINAL_BUILD) && !defined(_WINDOWS64)
#if !defined(_WINDOWS64)
#if defined(_FINAL_BUILD)
#define printf BREAKTHECOMPILE
#define wprintf BREAKTHECOMPILE
#undef OutputDebugString
@@ -348,5 +348,6 @@ typedef XUID GameSessionUID;
#define OutputDebugStringA BREAKTHECOMPILE
#define OutputDebugStringW BREAKTHECOMPILE
#endif
#endif
void MemSect(int sect);