* add TSC shito

* fix possible modcrypt shittiness
This commit is contained in:
Arisotura
2021-08-30 21:42:35 +02:00
parent e7f0923623
commit e1f3fc75ea
3 changed files with 19 additions and 4 deletions

View File

@ -81,6 +81,11 @@ void DoSavestate(Savestate* file)
// TODO!!
}
void SetMode(u8 mode)
{
TSCMode = mode;
}
void SetTouchCoords(u16 x, u16 y)
{
if (TSCMode == 0x00)