comparison libblastem.c @ 1936:2c1c88cd1a3f mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sun, 19 Apr 2020 00:59:09 -0700
parents b387f1c5a1d0
children 81df9aa2de9b
comparison
equal deleted inserted replaced
1931:374a5ae694e8 1936:2c1c88cd1a3f
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)