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
Age
Commit message (
Expand
)
Author
2010-08-18
PSP: fixed issue in ME MP3 player that prevented different MP3 layers and ver...
Yotam Barnoy
2010-08-17
PSP: changed display options to Full Screen, Keep Aspect Ratio and Original R...
Yotam Barnoy
2010-08-15
PSP: slight fix to ME MP3 player
Yotam Barnoy
2010-08-03
PSP: Factored out thread creation routines into PspThreadable class.
Yotam Barnoy
2010-07-30
PSP: optimized memcpy some more and fixed memcpy testing
Yotam Barnoy
2010-07-29
BUILD: Unify how MODULE_DIRS is computed for backends
Max Horn
2010-07-29
BUILD: Compile & link certain files only for specific BACKEND values
Max Horn
2010-07-18
trying to fix psp build for case sensitive filesystems.
Andre Heider
2010-07-18
PSP: switched to using my memcpy
Yotam Barnoy
2010-07-18
PSP: forgot test files
Yotam Barnoy
2010-07-18
Made memcpy faster but not as fast with uncached mem.
Yotam Barnoy
2010-07-13
PSP: Typos in trace.h
Yotam Barnoy
2010-06-21
PSP: Whitespace fix (and rewrap overlong line for readability)
Max Horn
2010-06-21
PSP: moved RTC to singleton to allow usage by classes other than Osystem
Yotam Barnoy
2010-06-21
PSP: errors from both ScummVM and the PSP port now print to file by default. ...
Yotam Barnoy
2010-06-21
PSP: removed default 'using ME' message
Yotam Barnoy
2010-06-21
PSP: switched loader to use PSP's debug mechanism
Yotam Barnoy
2010-06-16
PSP: got rid of SDL
Yotam Barnoy
2010-06-15
PSP: fixed up PowerManager and removed dependency on SDL
Yotam Barnoy
2010-06-15
SYSTEM: Unify OSystem::getSupportedFormats() signature
Max Horn
2010-06-15
PSP: fixed invisible bug in power callback
Yotam Barnoy
2010-06-15
PSP: fixed SCI freeze issue by using recursive mutexes
Yotam Barnoy
2010-06-15
PSP: fixed bug in hardware MP3 that caused crash in broken sword. The sample ...
Yotam Barnoy
2010-06-10
PSP: swapped order of checks in renderAll. It's a little cheaper this way.
Yotam Barnoy
2010-06-10
PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost c...
Yotam Barnoy
2010-06-09
PSP: fixed missing frame issue with kyrandia and possibly other games by call...
Yotam Barnoy
2010-06-07
PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...
Yotam Barnoy
2010-05-30
PSP: added preliminary support for using ME hardware to play MP3 files. If th...
Yotam Barnoy
2010-05-27
PSP: fixed a screen shake bug
Yotam Barnoy
2010-05-24
PSP: to fix the audio, I cleaned up the audio thread and changed the thread p...
Yotam Barnoy
2010-05-24
PSP: switched to using slightly faster delay and getMillis
Yotam Barnoy
2010-05-24
PSP: turn off psp audio thread again. Must have tested it wrong.
Yotam Barnoy
2010-05-24
PSP: switched to the way SDL does things in the audio thread to get rid of cl...
Yotam Barnoy
2010-05-24
PSP: moved timer thread to backends/timer/psp
Yotam Barnoy
2010-05-23
PSP: commented out new PSP audio. Still has some clicking issues
Yotam Barnoy
2010-05-23
PSP: changed thread stack sizes to prevent crashes in COMI
Yotam Barnoy
2010-05-23
PSP: forgot to add a file
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-20
PSP: Had to switch to different way of using callbacks as last one wasn't wor...
Yotam Barnoy
2010-05-17
PSP: added option for render by callback and fixed up and cleaned up debug me...
Yotam Barnoy
2010-05-16
Add back README.PSP
Joost Peters
2010-05-12
PSP: fixed debug function. Compiler optimization was calling the destructor b...
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-26
PSP: Added support for profiling using configure:
Yotam Barnoy
2010-04-26
PSP: Cleanup trace.h a bit
Max Horn
2010-04-25
PSP: A couple of small fixes to the debugging support
Yotam Barnoy
2010-04-25
PSP:Implemented fingolfin's suggestion for cleaning up debugging code
Yotam Barnoy
2010-04-12
add const keyword to some methods
Joost Peters
[next]