# HG changeset patch # User Mike Pavone # Date 1594620542 25200 # Node ID f77d36a975ffa37d45e65b0f5290e5c046a75e3b # Parent e45a317802bdcdbf259d9daf0620059a93a15251 Add stubs for some functions in libblastem.c to fix link failures on windows libretro target diff -r e45a317802bd -r f77d36a975ff libblastem.c --- a/libblastem.c Sat Jul 11 21:16:32 2020 -0700 +++ b/libblastem.c Sun Jul 12 23:09:02 2020 -0700 @@ -517,10 +517,22 @@ { } +void render_set_external_sync(uint8_t ext_sync_on) +{ +} + void bindings_set_mouse_mode(uint8_t mode) { } +void bindings_release_capture(void) +{ +} + +void bindings_reacquire_capture(void) +{ +} + extern const char rom_db_data[]; char *read_bundled_file(char *name, uint32_t *sizeret) {