mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-03-21 17:25:21 -05:00
Fix missing entry for "WUPS_LOADER_HOOK_INIT_WUT_THREAD" in hook_names
This commit is contained in:
parent
083ff642ba
commit
6b7d1b1ee4
|
|
@ -45,6 +45,7 @@ static const char **hook_names = (const char *[]){
|
|||
"WUPS_LOADER_HOOK_INIT_STORAGE",
|
||||
"WUPS_LOADER_HOOK_INIT_CONFIG",
|
||||
"WUPS_LOADER_HOOK_INIT_BUTTON_COMBO",
|
||||
"WUPS_LOADER_HOOK_INIT_WUT_THREAD",
|
||||
};
|
||||
|
||||
void CallHook(const std::vector<PluginContainer> &plugins, const wups_loader_hook_type_t hook_type) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user