further unification and refactoring
[picodrive.git] / platform / uiq3 / emu.c
index 48fdc1d..dc6ac41 100644 (file)
@@ -13,7 +13,7 @@ const char * const keyNames[] = {
        NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
 };
 
-int emu_getMainDir(char *dst, int len)
+int plat_get_root_dir(char *dst, int len)
 {
        strcpy(dst, "D:\\other\\PicoDrive\\");
        return strlen(dst);