mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-11 05:19:06 -05:00
Store the plugin configs at the correct location when running inside an environment
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user