Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-10-20 | PSP: added dummy function to allow BS2.5 to build | Yotam Barnoy | |
svn-id: r53635 | |||
2010-10-14 | PSP: added image viewer for viewing images during games | Yotam Barnoy | |
svn-id: r53455 | |||
2010-10-10 | PSP: factored PngLoader out of virtual keyboard for further use | Yotam Barnoy | |
svn-id: r53108 | |||
2010-08-19 | PSP: made PSP compile with plugins. | Yotam Barnoy | |
Also removed criticalSection calls from elf-loader.cpp, since now streams are used so the criticalSections are automatic. svn-id: r52206 | |||
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467 | |||
2010-07-18 | Made memcpy faster but not as fast with uncached mem. | Yotam Barnoy | |
svn-id: r50980 | |||
2010-06-21 | PSP: moved RTC to singleton to allow usage by classes other than Osystem | Yotam Barnoy | |
svn-id: r50116 | |||
2010-05-30 | PSP: added preliminary support for using ME hardware to play MP3 files. If ↵ | Yotam Barnoy | |
the decoder fails to load, MAD is used instead. Disable with DISABLE_PSP_MP3. svn-id: r49319 | |||
2010-05-24 | PSP: switched to using slightly faster delay and getMillis | Yotam Barnoy | |
svn-id: r49179 | |||
2010-05-24 | PSP: moved timer thread to backends/timer/psp | Yotam Barnoy | |
svn-id: r49173 | |||
2010-05-23 | PSP: replaced SDL's timer with much simpler and more efficient PspTimer class | Yotam Barnoy | |
svn-id: r49155 | |||
2010-05-23 | PSP: switched from SDL's audio to my own thread. Removed needless blocking ↵ | Yotam Barnoy | |
while playing and made it generally more efficient. To deactivate, simply comment out USE_PSP_AUDIO svn-id: r49149 | |||
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy | |
svn-id: r48632 | |||
2009-11-24 | PSP: Replaced virtual keyboard and cleaned up makefiles in the process. | Yotam Barnoy | |
svn-id: r46120 | |||
2009-10-09 | Slightly modified version of patch #2875544: PSP plugins patch | Joost Peters | |
svn-id: r44822 | |||
2009-08-21 | unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and ↵ | Joost Peters | |
mostly useless) svn-id: r43615 | |||
2009-08-17 | Commit (slightly) modified version of patch #2831248: Allow suspend/resume ↵ | Joost Peters | |
for PSP svn-id: r43477 | |||
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the ↵ | Joost Peters | |
fixup + EBOOT packing steps). Thanks dhewg and fingolfin for assistance. :) svn-id: r39693 |