mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-23 19:34:01 -05:00
Use definitions from WUMS if possible
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/dynamic_linking_defines.h"
|
||||
#include <wums/defines/dynamic_linking_defines.h>
|
||||
#include "utils/logger.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <coreinit/memheap.h>
|
||||
#include "common/relocation_defines.h"
|
||||
#include <wums/defines/relocation_defines.h>
|
||||
#include "PluginInformation.h"
|
||||
#include "PluginContainer.h"
|
||||
#include "elfio/elfio.hpp"
|
||||
|
||||
Reference in New Issue
Block a user