more robust dsi touch

This commit is contained in:
zeromus 2011-02-25 07:21:52 +00:00
parent 4a330878ae
commit bf013a7c18
1 changed files with 2 additions and 0 deletions

View File

@ -1140,6 +1140,7 @@ u16 DSI_TSC::read16()
{
if(nds.isTouch)
return 0;
else return 0x40;
}
break;
case 14:
@ -1147,6 +1148,7 @@ u16 DSI_TSC::read16()
{
if(nds.isTouch)
return 0;
else return 2;
}
break;
}