X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=plat.h;h=d48a5412f1304fb3bce64355920e2aa399ab44aa;hp=ad26595615daa389788ff0ed78f88dd37db7dd5b;hb=d1453cf7e6d5d6758cc5d72c6d3af7d37156bf72;hpb=1bc471ebf1c85cf78f1862f5596a76f051e7112d diff --git a/plat.h b/plat.h index ad26595..d48a541 100644 --- 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);