forked from Hay1tsme/segatools
refactor all common parts and games
This commit is contained in:
13
common/gfxhook/gfx.h
Normal file
13
common/gfxhook/gfx.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct gfx_config {
|
||||
bool enable;
|
||||
bool windowed;
|
||||
bool framed;
|
||||
int monitor;
|
||||
bool dpiAware;
|
||||
};
|
||||
|
||||
void gfx_hook_init(const struct gfx_config *cfg);
|
Reference in New Issue
Block a user