diff --git a/src/NDS.cpp b/src/NDS.cpp index 7cef3bf06b..a49d2e17fa 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -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); } } }