restore GetResPath

This commit is contained in:
Vincent Wei
2019-07-19 14:08:08 +08:00
parent d50c5c25ed
commit 3710611ebd
+5
View File
@@ -451,6 +451,11 @@ const char* sysres_get_system_res_path()
return cfg_res_path;
}
const char* GetResPath (void)
{
return usr_res_path;
}
int SetResPath(const char* path)
{
if(path == NULL) {