Modifications required to build against the latest (0.10.0) PSPSDK. Note that this is a breaking change, these mods are not backwards compatible with the 0.8.9 version of the PSPSDK.

To download the latest Minimalist SDK, go here:

http://sourceforge.net/projects/minpspw/
This commit is contained in:
wrenczes@gmail.com
2010-10-19 08:45:36 +00:00
parent 5aa3dc6fd3
commit d35367503d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -83,7 +83,7 @@ void GameApp::Create()
#if defined (WIN32)
_CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
#elif not defined (LINUX)
pspfpu_set_enable(0); //disable FPU Exceptions until we find where the FPU errors come from
pspFpuSetEnable(0); //disable FPU Exceptions until we find where the FPU errors come from
#endif
#endif //QT_CONFIG