forked from TeamTofuShop/segatools
Add dvd hook to allow hiding connected dvd drives
This commit is contained in:
@ -4,5 +4,7 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include "hooklib/gfx.h"
|
||||
#include "hooklib/dvd.h"
|
||||
|
||||
void gfx_config_load(struct gfx_config *cfg, const wchar_t *filename);
|
||||
void dvd_config_load(struct dvd_config *cfg, const wchar_t *filename);
|
||||
|
Reference in New Issue
Block a user