Small CPad fixes

This commit is contained in:
Sergeanur 2019-10-29 17:21:02 +02:00
parent d9c96a76fb
commit d84033a710
5 changed files with 14 additions and 12 deletions

View file

@ -1355,7 +1355,7 @@ bool CControllerConfigManager::GetIsKeyboardKeyJustDown(RsKeyCodes keycode)
return true;
break;
case rsENTER:
if (CPad::GetPad(PAD1)->GetEnterJustDown())
if (CPad::GetPad(PAD1)->GetReturnJustDown())
return true;
break;
case rsLSHIFT: