forked from TeamTofuShop/segatools
platform: Add basic hwreset implementation for ALLS
This commit is contained in:
11
platform/hwreset.h
Normal file
11
platform/hwreset.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct hwreset_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT hwreset_hook_init(const struct hwreset_config *cfg);
|
Reference in New Issue
Block a user