diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-04-18 22:36:13 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-04-18 22:36:13 -0700 |
commit | 50379e379426be665efd31e299891fa849db00d1 (patch) | |
tree | 8d6da310e07a6e5b44577c2936c937db967eca3a /libblastem.c | |
parent | 97af82b76f97e95b11a028af786e9e5b1a1977fe (diff) |
WIP new sync mode that runs emulation on audio thread
Diffstat (limited to 'libblastem.c')
-rw-r--r-- | libblastem.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libblastem.c b/libblastem.c index 09bc459..7a066ac 100644 --- a/libblastem.c +++ b/libblastem.c @@ -453,6 +453,11 @@ uint8_t render_is_audio_sync(void) return 1; } +uint8_t render_should_release_on_exit(void) +{ + return 0; +} + void render_buffer_consumed(audio_source *src) { } |