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_gu.cpp
Age
Commit message (
Expand
)
Author
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-18
Code formatting fixes
Max Horn
2007-06-22
fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co...
Joost Peters
2007-06-22
Oops, forgot Common:: qualifier
Max Horn
2007-06-22
Potential fix for PSP build problems
Max Horn
2007-06-22
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-24
center cursor at startup
Joost Peters
2007-05-24
Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement"
Joost Peters
2007-04-09
initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ...
Joost Peters
2007-03-18
Some fixes to cope with the move of the event code from OSystem to Common
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2006-06-30
move psp backend to backends/platforms/psp
Joost Peters