This commit is contained in:
Jakly
2024-11-29 20:54:54 -05:00
committed by GitHub
parent cba838dd52
commit 817b409ec8

View File

@ -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);
}
}
}