mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
ah. (#2225)
This commit is contained in:
parent
cba838dd52
commit
817b409ec8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue