Fixed GFX3D reset on xbox hardware #define _XBOX

This commit is contained in:
yoshihiropsp 2010-03-26 15:33:46 +00:00
parent 39f549db47
commit ce47b5e87b
1 changed files with 4 additions and 1 deletions

View File

@ -495,8 +495,11 @@ void gfx3d_init()
void gfx3d_reset()
{
#ifndef _XBOX
gfx3d = GFX3D();
#else
GFX3D();
#endif
gxf_hardware.reset();
control = 0;