mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
ah. (#2225)
This commit is contained in:
@ -875,7 +875,7 @@ void NDS::RunSystemSleep(u64 timestamp)
|
||||
param = evt.Param;
|
||||
|
||||
EventFunc func = evt.Funcs[evt.FuncID];
|
||||
func(this, param);
|
||||
func(evt.That, param);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user