WiiUPluginLoaderBackend/source/globals.h

22 lines
686 B
C
Raw Normal View History

2020-05-17 20:40:05 +02:00
#pragma once
2020-12-26 14:17:50 +01:00
#include <wums.h>
#include "plugin/PluginContainer.h"
#include "common/plugin_defines.h"
#include "utils/ConfigUtils.h"
2020-05-17 20:40:05 +02:00
extern plugin_information_t *gPluginInformation;
extern MEMHeapHandle gPluginDataHeap;
extern MEMHeapHandle gPluginInformationHeap;
extern uint32_t gPluginDataHeapSize;
extern uint32_t gPluginInformationHeapSize;
extern plugin_information_on_reload_t gLinkOnReload;
extern module_information_t *gModuleData;
extern relocation_trampolin_entry_t *gTrampolineData;
extern uint32_t gTrampolineDataSize;
extern StoredBuffer storedTVBuffer;
extern StoredBuffer storedDRCBuffer;
#define PLUGIN_DATA_HEAP_SIZE (8 * 1024 * 1024)
#define NUMBER_OF_TRAMPS 1024