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=c52e6628cdf9c53e9143e903ab793bf59987a0ea;hpb=39014486f9e50110d23dece007ce4c0ed90d15b1 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);