mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-26 17:07:55 +00:00
Merge 748a07867a into d4ac3cd645
This commit is contained in:
commit
6cca68020e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ GDrawFunctions *gdraw_D3D11_CreateContext(ID3D11Device *dev, ID3D11DeviceContext
|
|||
}
|
||||
|
||||
// 4J added - interface so we can set the viewport back to the one that Iggy last set up
|
||||
void gdraw_D3D11_setViewport_4J()
|
||||
void RADLINK gdraw_D3D11_setViewport_4J()
|
||||
{
|
||||
set_viewport();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue