Mercurial > repos > blastem
log render_sdl.c @ 1981:3537514ea206
age | author | description |
---|---|---|
Tue, 12 May 2020 19:22:09 -0700 | Michael Pavone | Go back to unpausing audio in render_video_loop to ensure the core is no longer running on the main thread when audio callbacks start when using run on audio thread mode |
Sat, 09 May 2020 23:25:51 -0700 | Michael Pavone | Less hacky run on audio thread mode |
Sat, 09 May 2020 21:37:35 -0700 | Michael Pavone | Don't hold frame queue mutex while rendering |
Sat, 09 May 2020 21:35:42 -0700 | Michael Pavone | Fix regression in run on audio thread mode |
Sat, 09 May 2020 21:15:33 -0700 | Michael Pavone | Allow use of NPOT textures as a config option. Useful for some mobile GPUs |
Fri, 08 May 2020 16:52:32 -0700 | Michael Pavone | Avoid expensive re-init from switching to external sync after render_init has been called |
Fri, 08 May 2020 00:22:54 -0700 | Michael Pavone | Make netplay remote sync to network rather than audio or video so it doesn't drift out of sync with the host |