mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-22 10:54:26 -05:00
Remove the elfio reader from the PluginData class, use it when it's needed
This commit is contained in:
@@ -31,5 +31,5 @@ public:
|
||||
|
||||
static std::optional<PluginMetaInformation> loadPlugin(char *buffer, size_t size);
|
||||
|
||||
static std::optional<PluginMetaInformation> loadPlugin(elfio *reader);
|
||||
static std::optional<PluginMetaInformation> loadPlugin(const elfio& reader);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user