You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*CB functions (like sceSleepThreadCB) are supposed to run callbacks while waiting, and it seems they run on the wrong thread atm if there's another thread around, as the context switch happens too early.
The text was updated successfully, but these errors were encountered:
*CB functions (like sceSleepThreadCB) are supposed to run callbacks while waiting, and it seems they run on the wrong thread atm if there's another thread around, as the context switch happens too early.
The text was updated successfully, but these errors were encountered: