mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
* add TSC shito
* fix possible modcrypt shittiness
This commit is contained in:
@ -81,6 +81,11 @@ void DoSavestate(Savestate* file)
|
||||
// TODO!!
|
||||
}
|
||||
|
||||
void SetMode(u8 mode)
|
||||
{
|
||||
TSCMode = mode;
|
||||
}
|
||||
|
||||
void SetTouchCoords(u16 x, u16 y)
|
||||
{
|
||||
if (TSCMode == 0x00)
|
||||
|
Reference in New Issue
Block a user