mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-23 11:24:34 -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:
7
source/hooks.h
Normal file
7
source/hooks.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <wups.h>
|
||||
#include "common/plugin_defines.h"
|
||||
|
||||
void CallHook(plugin_information_t * pluginInformation, wups_loader_hook_type_t hook_type);
|
||||
void CallHookEx(plugin_information_t * pluginInformation, wups_loader_hook_type_t hook_type, int32_t plugin_index_needed);
|
||||
bool HasHookCallHook(plugin_information_t * pluginInformation, wups_loader_hook_type_t hook_type);
|
||||
Reference in New Issue
Block a user