forked from TeamTofuShop/segatools
platform/vfs.c: Add filesystem path redirectors
This commit is contained in:
7
platform/vfs.h
Normal file
7
platform/vfs.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
HRESULT vfs_hook_init(const struct vfs_config *config);
|
Reference in New Issue
Block a user