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
/
osys_psp.h
Age
Commit message (
Expand
)
Author
2010-10-14
PSP: made image viewer reset to the first image between engine loads
Yotam Barnoy
2010-10-14
PSP: added image viewer for viewing images during games
Yotam Barnoy
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-06-15
SYSTEM: Unify OSystem::getSupportedFormats() signature
Max Horn
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-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-04-12
PSP: Fix code formatting using astyle
Max Horn
2010-04-12
PSP: refactoring/redesign of the backend
Yotam Barnoy
2010-03-10
Remove last traces of OSystem::getOutputSampleRate()
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-12-31
PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3
Yotam Barnoy
2009-11-24
PSP: Replaced virtual keyboard and cleaned up makefiles in the process.
Yotam Barnoy
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-08-21
some cleanup
Joost Peters
2009-08-21
unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostl...
Joost Peters
2009-08-21
fix compilation after RGB API changes
Joost Peters
2009-08-19
PSP: throttle the number of updateScreen() calls
Joost Peters
2009-08-18
Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.
Joost Peters
2009-08-17
Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...
Joost Peters
2009-06-28
Fix PSP port
Max Horn
2009-06-28
Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
Max Horn
2009-03-25
Allow building of psp backend via configure (Part 1 - Still need to add the f...
Joost Peters
2009-02-18
Use 4444 overlay on PSP (instead of 1555).
Joost Peters
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-24
fix compilation
Joost Peters
2009-01-23
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...
Max Horn
2008-11-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
Max Horn
2008-11-06
Got rid of OSystem::ARGBToColor and colorToARGB
Max Horn
2008-11-03
implement OSystem::getOverlayFormat()
Joost Peters
2008-10-16
OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...
Max Horn
2008-07-08
changes for new Mixer API
Joost Peters
2008-06-28
Removed obsolete ::clearSoundCallback() code
Max Horn
2008-03-19
Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()
Joost Peters
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-22
Removed backends/intern.h
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-30
Adding some missing stuff to the PS2 port (it still will require quite some w...
Max Horn
2007-06-20
Fix for bug #1740241 (PSP: revision 27553 doesn't build)
Max Horn
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-02-11
fix compilation / modularization update
Joost Peters
2006-07-07
implement grabRawScreen()
Joost Peters
2006-06-30
move psp backend to backends/platforms/psp
Joost Peters