From 69a5c52ea84c25372934b14a693ca483726520a1 Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Thu, 7 Oct 2010 03:49:42 +0000 Subject: [PATCH] Revert out a file that wasn't meant to be part of that last submit. --- 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 0623caedb..64750044d 100644 --- a/projects/mtg/src/GameApp.cpp +++ b/projects/mtg/src/GameApp.cpp @@ -85,7 +85,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");