comparison libblastem.c @ 2001:f77d36a975ff

Add stubs for some functions in libblastem.c to fix link failures on windows libretro target
author Mike Pavone <pavone@retrodev.com>
date Sun, 12 Jul 2020 23:09:02 -0700
parents 81df9aa2de9b
children 0f2855db27ea 0343f0d5add0
comparison
equal deleted inserted replaced
2000:e45a317802bd 2001:f77d36a975ff
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)