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
/
Makefile
Age
Commit message (
Expand
)
Author
2010-06-21
PSP: moved RTC to singleton to allow usage by classes other than Osystem
Yotam Barnoy
2010-06-16
PSP: got rid of SDL
Yotam Barnoy
2010-05-30
PSP: added preliminary support for using ME hardware to play MP3 files. If th...
Yotam Barnoy
2010-05-24
PSP: switched to using slightly faster delay and getMillis
Yotam Barnoy
2010-05-24
PSP: moved timer thread to backends/timer/psp
Yotam Barnoy
2010-05-23
PSP: replaced SDL's timer with much simpler and more efficient PspTimer class
Yotam Barnoy
2010-05-23
PSP: switched from SDL's audio to my own thread. Removed needless blocking wh...
Yotam Barnoy
2010-05-09
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...
Andre Heider
2010-04-28
PSP: added profiling support to custom makefile for ease of use
Yotam Barnoy
2010-04-12
PSP: refactoring/redesign of the backend
Yotam Barnoy
2009-12-31
PSP: added disable_dosbox_opl to custom makefile
Yotam Barnoy
2009-11-25
apply patch #2903175: "PSP: compile cleanup/fix for gprof and Windows"
Joost Peters
2009-11-24
PSP: Fix whitespace usage and code formatting
Max Horn
2009-11-24
fix building via Makefile
Joost Peters
2009-11-24
PSP: Replaced virtual keyboard and cleaned up makefiles in the process.
Yotam Barnoy
2009-11-14
Remove Igor engine
Max Horn
2009-10-15
Fix Makefile again; use PSP targeted sdl-config, not the system-wide one.
Joost Peters
2009-10-15
Updated custom PSP makefile with engines, cleaned up, fixed small issue
Yotam Barnoy
2009-10-09
Slightly modified version of patch #2875544: PSP plugins patch
Joost Peters
2009-09-30
fix bug #2869491: "PSP make problem after 44348"
Joost Peters
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-18
PSP: disable dosbox OPL
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-02-18
add -DDISABLE_TEXT_CONSOLE and -DDISABLE_COMMAND_LINE
Joost Peters
2008-07-08
set DEPDIR
Joost Peters
2008-07-08
Enable static engines -- time to start thinking about prx/plugin support!
Joost Peters
2008-04-10
fix make clean
Joost Peters
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-10-17
fix compile after recent fs code rename
Joost Peters
2007-09-19
rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)
Joost Peters
2007-06-09
enable lure and cruise again; I accidentally committed this to trunk instead ...
Joost Peters
2007-06-09
disable lure and cruise engines
Joost Peters
2007-02-11
remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was neve...
Joost Peters
2006-10-22
don't set CFLAGS, as we don't need them and they're now used for building the...
Joost Peters
2006-07-07
fix build with latest psp toolchain
Joost Peters
2006-06-30
fix compilation after backend move
Joost Peters
2006-06-30
move psp backend to backends/platforms/psp
Joost Peters