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:
Binary file not shown.
@@ -83,7 +83,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)
|
||||||
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
|
||||||
#endif //QT_CONFIG
|
#endif //QT_CONFIG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user