mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-11-27 01:54:16 +01:00
Remove the ../source
entry from the Makefile of the relocator
This commit is contained in:
parent
13e31e31f3
commit
7b8a421d7a
@ -35,7 +35,7 @@ SOURCES := src
|
||||
|
||||
DATA := data
|
||||
|
||||
INCLUDES := src ../source
|
||||
INCLUDES := src
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
#include "logger.h"
|
||||
#include "common/module_defines.h"
|
||||
#include "../../source/common/module_defines.h"
|
||||
|
||||
dyn_linking_function_t * DynamicLinkingHelper::getOrAddFunctionEntryByName(dyn_linking_relocation_data_t * data, const char* functionName) {
|
||||
if(data == NULL) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "common/dynamic_linking_defines.h"
|
||||
#include "../../source/common/dynamic_linking_defines.h"
|
||||
#include "logger.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "common/relocation_defines.h"
|
||||
#include "../../source/common/relocation_defines.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "ModuleDataPersistence.h"
|
||||
#include "DynamicLinkingHelper.h"
|
||||
#include "common/module_defines.h"
|
||||
#include "../../source/common/module_defines.h"
|
||||
#include "ModuleData.h"
|
||||
#include "RelocationData.h"
|
||||
#include <coreinit/cache.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/module_defines.h"
|
||||
#include "../../source/common/module_defines.h"
|
||||
#include "ModuleData.h"
|
||||
|
||||
class ModuleDataPersistence {
|
||||
|
@ -21,7 +21,6 @@ EXPORT_VAR(uint32_t *, pMEMAllocFromDefaultHeapEx);
|
||||
EXPORT_VAR(uint32_t *, pMEMAllocFromDefaultHeap);
|
||||
EXPORT_VAR(uint32_t *, pMEMFreeToDefaultHeap);
|
||||
|
||||
|
||||
void InitFunctionPointers(void) {
|
||||
OSDynLoad_Module handle;
|
||||
addr_OSDynLoad_Acquire = (void*) 0x0102A3B4;
|
||||
|
@ -5,13 +5,13 @@
|
||||
#include <coreinit/dynload.h>
|
||||
#include <coreinit/cache.h>
|
||||
#include <nsysnet/socket.h>
|
||||
#include "common/dynamic_linking_defines.h"
|
||||
#include "common/module_defines.h"
|
||||
#include "../../source/common/dynamic_linking_defines.h"
|
||||
#include "../../source/common/module_defines.h"
|
||||
#include "RelocationData.h"
|
||||
#include "ModuleData.h"
|
||||
#include "ModuleDataPersistence.h"
|
||||
#include "ElfUtils.h"
|
||||
#include "common/relocation_defines.h"
|
||||
#include "../../source/common/relocation_defines.h"
|
||||
|
||||
#include "logger.h"
|
||||
#include "dynamic.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <utils/logger.h>
|
||||
#include "logger.h"
|
||||
#include <nsysnet/socket.h>
|
||||
#include <coreinit/debug.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user