PowerPC recompiler rework (#641)
Some checks failed
Build check / build (push) Failing after 0s
Generate translation template / generate-pot (push) Failing after 0s

This commit is contained in:
Exzap 2025-04-26 17:59:32 +02:00 committed by GitHub
parent 06233e3462
commit b089ae5b32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 15433 additions and 12397 deletions

View file

@ -235,6 +235,8 @@ void Latte_Start()
void Latte_Stop()
{
std::unique_lock _lock(sLatteThreadStateMutex);
if (!sLatteThreadRunning)
return;
sLatteThreadRunning = false;
_lock.unlock();
sLatteThread.join();