forked from TeamTofuShop/segatools
Make clock hook configurable
This commit is contained in:
7
platform/clock.h
Normal file
7
platform/clock.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
HRESULT clock_hook_init(const struct clock_config *cfg);
|
Reference in New Issue
Block a user