mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-27 01:17:19 +00:00
more platform inclusive
This commit is contained in:
parent
af99e96ba6
commit
b47432732b
|
|
@ -68,7 +68,7 @@ DWORD XContentGetThumbnail(DWORD dwUserIndex, const XCONTENT_DATA* pContentData,
|
|||
void XShowAchievementsUI(int i) {}
|
||||
DWORD XBackgroundDownloadSetMode(XBACKGROUND_DOWNLOAD_MODE Mode) { return 0; }
|
||||
|
||||
#if !defined(_DURANGO) && !defined(_WIN64)
|
||||
#if !defined(_DURANGO) && !defined(_WIN32)
|
||||
void PIXAddNamedCounter(int a, const char* b, ...) {}
|
||||
//#define PS3_USE_PIX_EVENTS
|
||||
//#define PS4_USE_PIX_EVENTS
|
||||
|
|
|
|||
Loading…
Reference in a new issue