Mercurial > repos > blastem
log render_sdl.c @ 1589:780604a036e4
age | author | description |
---|---|---|
Wed, 20 Jun 2018 22:49:21 -0700 | Michael Pavone | Limit underflow warning spam |
Wed, 20 Jun 2018 09:43:28 -0700 | Michael Pavone | Fix double free in sync to video mode |
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 |