platform/misc.c: Add miscellaneous registry hooks

This commit is contained in:
Tau
2019-05-17 23:14:08 -04:00
parent a74a5de128
commit 55062bf56b
4 changed files with 148 additions and 0 deletions

5
platform/misc.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include "platform/config.h"
HRESULT misc_hook_init(const struct misc_config *cfg, const char *platform_id);