mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-11 12:16:06 -05:00
First iteration of the WUPS-Backend as a .rpx/module for the SetupPayload
- Function replacements are not implemented yet - Serveral features like the config menu are missing Still WIP
This commit is contained in:
10
source/plugin/PluginContainerPersistence.h
Normal file
10
source/plugin/PluginContainerPersistence.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/plugin_defines.h"
|
||||
#include "PluginContainer.h"
|
||||
|
||||
class PluginContainerPersistence {
|
||||
public:
|
||||
static bool savePlugin(plugin_information_t * pluginInformation, PluginContainer& plugin);
|
||||
static std::vector<PluginContainer> loadPlugins(plugin_information_t * pluginInformation);
|
||||
};
|
||||
Reference in New Issue
Block a user