Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
128 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in mgba-emu/mgba that received 1 comment
Fix a race condition on `InputController::m_pendingEvents`
This member could be accessed at the same from different threads leading to random (rare) crashes. Fixes #1875
+5
−0
•
1
comment
Created an issue in mgba-emu/mgba that received 3 comments
Race condition on `InputController::m_pendingEvents` access
Hello,
I've been seeing a few crashes related to InputController::m_pendingEvents.
The backtrace looks like this:
Thread 1 (Thread 0x7f35f883f640 (…
3
comments