From 60ef2c5d26580ca507852c3468cbfaa0823ed6f7 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 10 Nov 2019 19:39:09 +0000 Subject: [PATCH] Update linux.md --- linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.md b/linux.md index d2ca8f53..5006256d 100644 --- a/linux.md +++ b/linux.md @@ -77,7 +77,7 @@ This is based on Qt, currently tested with 5.10 * Qt timers are very coarse: the emulator needs to dynamically adapt the cycles to execute * the app runs at 60FPS with correction for uneven timer deltas. * full speed when disk spins execute up to 5 ms real wall clock of emulator code (then returns to Qt) -* audio is supported and there are a few configuration options to tune the latency (default very conservative 200ms) +* (standard) audio is supported and there are a few configuration options to tune the latency (default very conservative 200ms) ## Build