diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-05-02 00:03:22 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-05-02 00:03:22 -0700 |
commit | 7b2501bbfa7caf11303621415aab98fa4c454968 (patch) | |
tree | fbd1ed76c046e4dbe15ead0e570a8193781a5039 /blastem.h | |
parent | c0e175f9d588f1aa5e0049a43d5e37199c2d1a60 (diff) |
Fix drag and drop when using Nuklear UI
Diffstat (limited to 'blastem.h')
-rw-r--r-- | blastem.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ extern char *save_filename; 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_ |