diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-11-25 13:57:38 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-11-25 13:57:38 -0800 |
commit | 2900092e4e06be77108ed6b8a66c7aa673d0b494 (patch) | |
tree | 0dea1d08e10839ff4403ca27123b51cda6878e64 /paths.h | |
parent | 01cfcb11d24235ba7b3a25c05ce1bdabe5b3015d (diff) |
Fix directory navigation in ROM file chooser in Nuklear UI
--HG--
branch : nuklear_ui
Diffstat (limited to 'paths.h')
-rw-r--r-- | paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ #define PATHS_H_ void get_initial_browse_path(char **dst); +char *path_append(char *base, char *suffix); #endif //PATHS_H_
\ No newline at end of file |