Some fixes to cope with the move of the event code from OSystem to Common

svn-id: r26233
This commit is contained in:
Max Horn 2007-03-18 21:55:57 +00:00
parent 0bc056aee3
commit 995a4d7cff
4 changed files with 11 additions and 11 deletions

View file

@ -523,7 +523,7 @@ bool OSystem_PSP_GU::pollEvent(Common::Event &event) {
_kbdClut[_keySelected] = 0xffff;
if (buttonsChanged & PSP_CTRL_CROSS) {
event.type = (pad.Buttons & PSP_CTRL_CROSS) ? Common::EVENT_KEYDOWN : OSystem::EVENT_KEYUP;
event.type = (pad.Buttons & PSP_CTRL_CROSS) ? Common::EVENT_KEYDOWN : Common::EVENT_KEYUP;
if(_keySelected > 26) {
event.kbd.flags = 0;
switch(_keySelected) {