Merge pull request #6162 from degasus/no_spin_loops
video_core: Avoid spin loops.
This commit is contained in:
commit
d6e5e053a6
6 changed files with 64 additions and 33 deletions
|
@ -296,7 +296,7 @@ struct System::Impl {
|
|||
exit_lock = false;
|
||||
|
||||
if (gpu_core) {
|
||||
gpu_core->WaitIdle();
|
||||
gpu_core->ShutDown();
|
||||
}
|
||||
|
||||
services.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue