View Single Post
Old 25 April 2021, 12:09   #27
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by jbl007 View Post
Bug: Amiga low pass audio filter is always enabled
(can still be force-disabled with --uae_sound_filter=off)
Simple test case: https://github.com/keirf/Amiga-Stuff/releases
Will check!

Quote:
Originally Posted by jbl007 View Post
Are there any plans to reduce cpu usage on the host? Right now fs-uae always maxes out one core.
Yes, this is related to v-sync testing (and timing), where using busy-waits seems to be the best option in many cases for ensuring correct timing.

But it will of course be configurable (and will probably also default to off, at least when not using v-sync). Using the performance CPU governor on Linux works almost as well, but non-busywaiting sleeps are still not reliable enough. Sporadically, you'll get an oversleep by several milliseconds).
FrodeSolheim is offline  
 
Page generated in 0.06932 seconds with 11 queries