From a08217ba535a4a44c386c1f25a5cdbc8cdb48334 Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Sun, 10 Oct 2010 07:38:17 +0000 Subject: [PATCH] Sorry, I keep modifying this line accidentally since I'm building with the newer pspsdk version. --- projects/mtg/src/GameApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/GameApp.cpp b/projects/mtg/src/GameApp.cpp index 1c9cde73a..597e7767c 100644 --- a/projects/mtg/src/GameApp.cpp +++ b/projects/mtg/src/GameApp.cpp @@ -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");