You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void* pCallFunctionParameter; // We'll resolve the pointer but won't read off the value of the parameter until forceRefresh, since it isn't correct until you go to the CGB screen
72
-
if (!mlp_OrigCallRefreshParameter.resolve(&pCallFunctionParameter))
73
-
{
74
-
throwstd::runtime_error(std::format("Couldn't resolve pointer to refresh function parameter : {}", multilevel_pointer::GetLastError()));
mAutoRefreshThread = std::thread([this] { this->autoRefreshThreadTask(); }); // Thread is born when this class is constructed, only AFTER possible throws
0 commit comments