mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Fix OSK thread exit condition
This commit is contained in:
parent
7f5dd1dd62
commit
9acf8e283d
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ namespace rsx
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
while (!exit && thread_ctrl::state() <= thread_state::aborting)
|
while (!exit && thread_ctrl::state() != thread_state::aborting)
|
||||||
{
|
{
|
||||||
refresh();
|
refresh();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue