From c64835c3fa6c14f5b1399deb853d73770cf93aa3 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 10 Mar 2024 14:33:36 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7dcba7f..890c29c 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,8 @@ Please refer to the [Relevant Resources](#relevant-resources) section for some p Known inaccuracies: - Get key is triggered when key is pressed (not just released) -- Display stutters - - This is due to rendering happening on a separate thread. -- Audio stutters - - This is due to using an audio queue, instead of the traditional audio callback. +- Slight display and audio stutters + - Audio stutters are due to a workaround needed from an issue with SDL2 in my system. ### Relevant Resources