Renammed hook_<renderer> to start_hook

This commit is contained in:
Nemirtingas 2019-08-16 10:31:29 +02:00
parent 2fe5e90294
commit 4d3c355fcc
10 changed files with 13 additions and 13 deletions

View file

@ -12,7 +12,7 @@
// This is created by DX12_Hook::Create, and deleted by the Hook_Manager if not used
static DX12_Hook* hook;
void DX12_Hook::hook_dx12(D3D_FEATURE_LEVEL MinimumFeatureLevel)
void DX12_Hook::start_hook()
{
if (!_hooked)
{