JosJuice
JosJuice
> I don't believe it's just adding a footnote to the commit. It's a special formatting to update the embedded author stuff. Author and committer yes, co-author no.
> Also, Android's buildbot still has an outdated stdlib, lacking last I checked and also std::bit_cast (though it is not alone in that second one). The Android buildbot automatically fetches...
I'll take on this issue.
Superseded by PR #11385. We are no longer special casing Xbox controllers.
You need to use the `-f` flag to force push.
I'm using `new Handler(Looper.getMainLooper()).post` in the callback, which ensures that the code will run in the UI thread regardless of what thread the callback was called from.
Yes, it's still relevant. Fixing the fact that config callbacks technically aren't thread safe would be nice, but it's very complex and I consider it out of scope for this...
The declaration of the callback ID needed changing because of the merge of 7197e3abd0. Should be good to go now.
Have you measured any difference in performance? The logic as it's implemented right now seems fragile. You should only apply this optimization when DR is disabled, so that we know...
> As for the behavior, it is exploiting PowerPC permitting all instructions between two context synchronizing events/instructions to use the MMU state of either before or after modification. Ah, I...