Mercurial > repos > blastem
log render_sdl.c @ 1583:430dd12e4010
age | author | description |
---|---|---|
Sat, 05 May 2018 23:30:40 -0700 | Michael Pavone | Refactor to split device bindings from IO emulation code |
Tue, 01 May 2018 23:55:48 -0700 | Michael Pavone | Fix deadlock when changing settings before loading first ROM |
Mon, 30 Apr 2018 23:54:52 -0700 | Michael Pavone | Fix sync to audio option |
Fri, 27 Apr 2018 20:08:47 -0700 | Michael Pavone | Only save config file if something has changed. Re-initialize audio and video with new settings if config has changed |
Tue, 17 Apr 2018 22:26:39 -0700 | Michael Pavone | Audio DRC seems to be working pretty well now. Removed debug printfs |
Tue, 17 Apr 2018 00:20:41 -0700 | Michael Pavone | Moved resample rate adjustment to after frame flip rather than in audio callback as it makes more sense there. Needs adjustment to avoid audible pitch changes |
Sat, 14 Apr 2018 23:08:08 -0700 | Michael Pavone | Audio DRC now sounds good in both NTSC and PAL, just need to adjust constants to minimize latency without leading to dropouts |