From 7b3bf25c0639434b2c193493927d3e0f3890f4f6 Mon Sep 17 00:00:00 2001 From: Gregory Gaines Date: Sat, 13 Jul 2024 14:33:51 -0400 Subject: [PATCH] Add article explaining an emulator polling vs scheduling update loop --- emudev_resources_general.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emudev_resources_general.md b/emudev_resources_general.md index 594f3b4..394a19d 100644 --- a/emudev_resources_general.md +++ b/emudev_resources_general.md @@ -69,6 +69,9 @@ For emulating 3D systems. ### Integrated Circuits - (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