From 3710611ebd13a20b4f15905745329a05e6fdf908 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Fri, 19 Jul 2019 14:08:08 +0800 Subject: [PATCH] restore GetResPath --- src/sysres/resmgr.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sysres/resmgr.c b/src/sysres/resmgr.c index bf74b47b..6cd439d7 100644 --- a/src/sysres/resmgr.c +++ b/src/sysres/resmgr.c @@ -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) {