diff blastem.h @ 1581:7121daaa48c2

Fix drag and drop when using Nuklear UI
author Michael Pavone <pavone@retrodev.com>
date Wed, 02 May 2018 00:03:22 -0700
parents a051d8ee4528
children 30f2821ffd65
line wrap: on
line diff
--- a/blastem.h	Tue May 01 23:55:48 2018 -0700
+++ b/blastem.h	Wed May 02 00:03:22 2018 -0700
@@ -17,7 +17,7 @@
 extern uint8_t use_native_states;
 void reload_media(void);
 void lockon_media(char *lock_on_path);
-void init_system_with_media(char *path, system_type force_stype);
+void init_system_with_media(const char *path, system_type force_stype);
 void apply_updated_config(void);
 
 #endif //BLASTEM_H_