aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/psploader.cpp
AgeCommit message (Collapse)Author
2010-06-21PSP: switched loader to use PSP's debug mechanismYotam Barnoy
svn-id: r50111
2010-04-12PSP: Fix code formatting using astyleMax Horn
svn-id: r48634
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
We need to use a namespace Common { } there to make strict C++ compilers like clang++ and comeau happy. I also added a slight comment about why that is needed to the macro definition and a note that you need to use it from the global namespace. svn-id: r48254
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-24Silenced two more trivial cppcheck warnings.Torbjörn Andersson
svn-id: r47493
2009-10-30PSP: Fixed serious issue in plugins due to way gcc sometimes works. Was only ↵Yotam Barnoy
observable in Kyra engine but potentially applicable to all svn-id: r45535
2009-10-09Slightly modified version of patch #2875544: PSP plugins patchJoost Peters
svn-id: r44822