Fixed PSP build and integrates it with Travis CI

This commit is contained in:
xawotihs
2013-11-09 19:40:01 +01:00
parent e8c73aaf9d
commit 90652fa73d
5 changed files with 59 additions and 3 deletions

View File

@@ -16,7 +16,9 @@ User folder is the only one that is really needed to guarantee both read and wri
The content that users should not be touching.
*/
#ifndef PSP
#include "PrecompiledHeader.h"
#endif //PSP
#ifdef WIN32
#pragma warning(disable : 4786)