Removed Sleep in dspcore (mailboxes)

This commit is contained in:
ogamespec 2023-08-16 14:48:35 +03:00
parent a29c4f4bc9
commit 9ff4f05797
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -57,3 +57,4 @@ build/*.cmd
temp
build/imgui.ini
build/Data/*.mci

View file

@ -583,7 +583,7 @@ namespace DSP
uint64_t ticks = Core->GetTicks();
if (delay_mailbox_reasons) {
Thread::Sleep(1);
//Thread::Sleep(1);
delay_mailbox_reasons = false;
return;
}