index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
psp
/
psp_main.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
PSP: Make GPL headers consistent in themselves.
Johannes Schickel
2012-03-17
ALL: Make use of defined() for the preprocessor consistent.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
PSP: Fix various forbidden symbol clashes
Max Horn
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-07-18
PSP: switched to using my memcpy
Yotam Barnoy
2010-07-18
Made memcpy faster but not as fast with uncached mem.
Yotam Barnoy
2010-06-15
PSP: fixed invisible bug in power callback
Yotam Barnoy
2010-05-23
PSP: replaced SDL's timer with much simpler and more efficient PspTimer class
Yotam Barnoy
2010-05-17
PSP: added option for render by callback and fixed up and cleaned up debug me...
Yotam Barnoy
2010-04-26
PSP: Added support for profiling using configure:
Yotam Barnoy
2010-04-12
PSP: Fix code formatting using astyle
Max Horn
2010-04-12
PSP: refactoring/redesign of the backend
Yotam Barnoy
2009-10-09
Slightly modified version of patch #2875544: PSP plugins patch
Joost Peters
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-08-21
unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostl...
Joost Peters
2009-08-19
Take advantage of extra memory on newer PSP models
Joost Peters
2009-08-17
PSP: increase optimization level and change clock rate to 333mhz
Joost Peters
2009-08-17
Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...
Joost Peters
2009-04-29
fix warning
Joost Peters
2008-10-19
Code formatting fixes
Max Horn
2008-09-04
move save directory detection/creation from main() to OSystem_PSP::initBackend()
Joost Peters
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-10-07
#include <base/engine.h> -> #include <engines/engine.h (Though I don't like
Eugene Sandulenko
2006-06-30
move psp backend to backends/platforms/psp
Joost Peters