mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
restore GetResPath
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user