mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 01:00:51 +00:00
Remove the need for a preceeding / on android (Allow empty root path)
This commit is contained in:
@@ -1079,7 +1079,7 @@ public:
|
||||
rdcstr GetHomeFolder()
|
||||
{
|
||||
if(Android::IsHostADB(m_hostname.c_str()))
|
||||
return "/";
|
||||
return "";
|
||||
|
||||
{
|
||||
WRITE_DATA_SCOPE();
|
||||
|
||||
Reference in New Issue
Block a user