comparison libblastem.c @ 2041:638eb2d25696 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Thu, 05 Aug 2021 09:29:33 -0700
parents f77d36a975ff
children 0f2855db27ea 0343f0d5add0
comparison
equal deleted inserted replaced
1984:0d5f88e53dca 2041:638eb2d25696
515 515
516 void render_source_resumed(audio_source *src) 516 void render_source_resumed(audio_source *src)
517 { 517 {
518 } 518 }
519 519
520 void render_set_external_sync(uint8_t ext_sync_on)
521 {
522 }
523
520 void bindings_set_mouse_mode(uint8_t mode) 524 void bindings_set_mouse_mode(uint8_t mode)
525 {
526 }
527
528 void bindings_release_capture(void)
529 {
530 }
531
532 void bindings_reacquire_capture(void)
521 { 533 {
522 } 534 }
523 535
524 extern const char rom_db_data[]; 536 extern const char rom_db_data[];
525 char *read_bundled_file(char *name, uint32_t *sizeret) 537 char *read_bundled_file(char *name, uint32_t *sizeret)