comparison libblastem.c @ 1932:b387f1c5a1d0

WIP new sync mode that runs emulation on audio thread
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Apr 2020 22:36:13 -0700
parents 9fd4bedc1a31
children 81df9aa2de9b
comparison
equal deleted inserted replaced
1930:0f135b214927 1932:b387f1c5a1d0
451 //whether this is true depends on the libretro frontend implementation 451 //whether this is true depends on the libretro frontend implementation
452 //but the sync to audio path works better here 452 //but the sync to audio path works better here
453 return 1; 453 return 1;
454 } 454 }
455 455
456 uint8_t render_should_release_on_exit(void)
457 {
458 return 0;
459 }
460
456 void render_buffer_consumed(audio_source *src) 461 void render_buffer_consumed(audio_source *src)
457 { 462 {
458 } 463 }
459 464
460 void *render_new_audio_opaque(void) 465 void *render_new_audio_opaque(void)