mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-17 17:09:23 +01:00
Add missing FSAInit() call to fix directory merge with parents
This commit is contained in:
parent
e46cf2c765
commit
ecd3cc03b2
@ -222,6 +222,7 @@ FSWrapperMergeDirsWithParent::FSWrapperMergeDirsWithParent(const std::string &na
|
||||
replaceWithPath,
|
||||
fallbackOnError,
|
||||
false) {
|
||||
FSAInit();
|
||||
this->clientHandle = FSAAddClient(nullptr);
|
||||
if (clientHandle < 0) {
|
||||
DEBUG_FUNCTION_LINE_ERR("[%s] FSAClientHandle failed: %s (%d)", name.c_str(), FSAGetStatusStr(static_cast<FSError>(clientHandle)), clientHandle);
|
||||
|
Loading…
Reference in New Issue
Block a user