Sorry, I keep modifying this line accidentally since I'm building with the newer pspsdk version.

This commit is contained in:
wrenczes@gmail.com
2010-10-10 07:38:17 +00:00
parent 810069f0a6
commit a08217ba53

View File

@@ -82,7 +82,7 @@ void GameApp::Create()
#if defined (WIN32)
_CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
#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
//_CrtSetBreakAlloc(368);
LOG("starting Game");