changeset 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 e45a317802bd
children fc8fd89aeba9
files libblastem.c
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
 {