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.cpp
Age
Commit message (
Expand
)
Author
2010-05-17
PSP: added option for render by callback and fixed up and cleaned up debug me...
Yotam Barnoy
2010-04-25
PSP:Implemented fingolfin's suggestion for cleaning up debugging code
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-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
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: Fix whitespace usage and code formatting
Max Horn
2009-11-24
PSP: Replaced virtual keyboard and cleaned up makefiles in the process.
Yotam Barnoy
2009-10-22
PSP: small fix for cache coherency affecting nippon and some others. Trunk only.
Yotam Barnoy
2009-10-16
PSP palette fix for bsword1: fixed cache coherency issue
Yotam Barnoy
2009-10-09
whitespace changes aka. buildbot rebuilding :)
Joost Peters
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-10-04
Cleaned up version of patch #2872626: "PSP: flicker part 2"
Joost Peters
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-27
reduce display list size - we only use a fraction of it.
Joost Peters
2009-09-23
PSP: improved suspend/resume support [patch from bluddy]
Joost Peters
2009-09-22
cleanup
Joost Peters
2009-09-22
Apply patch #2863653: "PSP: Flickering problem fix" + some formatting changes...
Joost Peters
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-18
PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to t...
Joost Peters
2009-08-17
Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...
Joost Peters
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
report kFeatureOverlaySupportsAlpha (knowing that nothing queries it, and it ...
Joost Peters
2009-02-14
remove InitScalers() call, since the PSP port doesn't use scalers, and we no ...
Joost Peters
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-23
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
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
add PSPSaveFileManager class (subclassed DefaultSaveFileManager)
Joost Peters
2008-10-19
Code formatting fixes
Max Horn
2008-10-16
OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...
Max Horn
2008-09-04
move save directory detection/creation from main() to OSystem_PSP::initBackend()
Joost Peters
2008-09-04
remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to Default...
Joost Peters
2008-07-08
changes for new Mixer API
Joost Peters
2008-06-28
Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
Max Horn
2008-06-28
Removed obsolete ::clearSoundCallback() code
Max Horn
2008-03-26
Call InitScalers instead of setting gBitFormat directly
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-11-20
Cleanup.
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
[next]