(XDK1) Buildfix

This commit is contained in:
twinaphex 2015-04-07 03:28:54 +02:00
parent 2eee9f0c18
commit 62ff81b6b4

View File

@ -98,7 +98,7 @@ LPDIRECT3DVERTEXBUFFER d3d_vertex_buffer_new(LPDIRECT3DDEVICE dev,
LPDIRECT3DVERTEXBUFFER buf;
if (usage == 0)
{
#ifndef _XBOX360
#ifndef _XBOX
if (dev->GetSoftwareVertexProcessing())
usage = D3DUSAGE_SOFTWAREPROCESSING;
#endif