Skip to content

Commit

Permalink
Merge pull request #19 from gregorygaines/patch-2
Browse files Browse the repository at this point in the history
Add article explaining an emulator polling vs scheduling update loop
  • Loading branch information
VelocityRa authored Jul 26, 2024
2 parents 8afaf58 + 7b3bf25 commit dd1e749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emudev_resources_general.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ For emulating 3D systems.
### Integrated Circuits
- <https://www.icreversing.com/chips> (IC library)

### Emulator Update Loop
- [Emulator Polling vs. Scheduler Game Loop](https://www.gregorygaines.com/blog/emulator-polling-vs-scheduler-game-loop/)

## Useful libraries
- Multimedia libraries (For Audio/Video output, keyboard/controller input, etc)
- [SDL2](https://www.libsdl.org/): C library for graphics, audio, input, threading, and more. Has bindings for several languages
Expand Down

0 comments on commit dd1e749

Please sign in to comment.