Introduce plat_get_skin_dir and update plat_get_root_dir functions
[libpicofe.git] / plat.h
diff --git a/plat.h b/plat.h
index ad26595..d48a541 100644 (file)
--- a/plat.h
+++ b/plat.h
@@ -104,6 +104,9 @@ void plat_video_wait_vsync(void);
 /* return the dir/ where configs, saves, bios, etc. are found */
 int  plat_get_root_dir(char *dst, int len);
 
+/* return the dir/ where skin files are found */
+int  plat_get_skin_dir(char *dst, int len);
+
 int  plat_is_dir(const char *path);
 int  plat_wait_event(int *fds_hnds, int count, int timeout_ms);
 void plat_sleep_ms(int ms);