forked from cafeberry/cafeberry
fix(X360): Contentpackage not booting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user