Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update carla and dpf
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 7, 2023
1 parent 3289e93 commit 0044a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carla
2 changes: 1 addition & 1 deletion dpf
2 changes: 2 additions & 0 deletions plugins/Common/IldaeilPlugin.cpp
Expand Up @@ -48,11 +48,13 @@ Mutex IldaeilBasePlugin::sPluginInfoLoadMutex;

// --------------------------------------------------------------------------------------------------------------------

#ifndef CARLA_OS_WIN
static water::String getHomePath()
{
static water::String path(water::File::getSpecialLocation(water::File::userHomeDirectory).getFullPathName());
return path;
}
#endif

static const char* getPathForLADSPA()
{
Expand Down

0 comments on commit 0044a9c

Please sign in to comment.