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
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
2007-09-18
Code formatting fixes
Max Horn
2007-06-22
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...
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-05-24
Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement"
Joost Peters
2007-03-18
Some fixes to cope with the move of the event code from OSystem to Common
Max Horn
2007-03-18
Fix for bug #1683111 (PSP: unable to build latest svn version 26210)
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
fix compilation after backend move
Joost Peters
2006-06-30
move psp backend to backends/platforms/psp
Joost Peters