hotfix: reset stop source on thread stop

This commit is contained in:
polyproxy
2025-01-02 12:30:05 +01:00
parent 33afc00c3a
commit 1926900945

View File

@@ -55,6 +55,9 @@ public:
stop.request_stop();
Join();
}
thread = nullptr;
func = nullptr;
stop = std::stop_source{};
}
static void* PS4_SYSV_ABI RunWrapper(void* arg) {