Store the plugin configs at the correct location when running inside an environment

This commit is contained in:
Maschell
2022-02-14 20:26:32 +01:00
parent b0d1391e5a
commit 86a946a9fb
4 changed files with 27 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __UTILS_H_
#define __UTILS_H_
#pragma once
#include <malloc.h>
#include <string>
#ifdef __cplusplus
extern "C" {
@@ -41,4 +41,4 @@ void dumpHex(const void *data, size_t size);
}
#endif
#endif // __UTILS_H_
std::string getPluginPath();