Revert out a file that wasn't meant to be part of that last submit.
This commit is contained in:
@@ -85,7 +85,7 @@ void GameApp::Create()
|
|||||||
#if defined (WIN32)
|
#if defined (WIN32)
|
||||||
_CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
|
_CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
|
||||||
#elif not defined (LINUX)
|
#elif not defined (LINUX)
|
||||||
pspFpuSetEnable(0); //disable FPU Exceptions until we find where the FPU errors come from
|
pspfpu_set_enable(0); //disable FPU Exceptions until we find where the FPU errors come from
|
||||||
#endif
|
#endif
|
||||||
//_CrtSetBreakAlloc(368);
|
//_CrtSetBreakAlloc(368);
|
||||||
LOG("starting Game");
|
LOG("starting Game");
|
||||||
|
|||||||
Reference in New Issue
Block a user