CE-Programming / CEmu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
https://ce-programming.github.io/CEmu
Other
1.05k stars 77 forks source link

Make keypress emulation thread-safe #487

Closed calc84maniac closed 1 month ago

calc84maniac commented 1 month ago

See #486. In addition to the approach I described in that issue, I ended up splitting ON keypresses and other keypresses into different types of CPU signals since they're processed pretty differently.