mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-11 15:40:51 +00:00
Fix OSK thread exit condition
This commit is contained in:
parent
7f5dd1dd62
commit
9acf8e283d
@ -257,7 +257,7 @@ namespace rsx
|
||||
}
|
||||
else
|
||||
{
|
||||
while (!exit && thread_ctrl::state() <= thread_state::aborting)
|
||||
while (!exit && thread_ctrl::state() != thread_state::aborting)
|
||||
{
|
||||
refresh();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user