MSVC fixes

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2026-04-01 04:06:35 -04:00
committed by lizzie
parent 076cee88df
commit a6630d5a1b
12 changed files with 31 additions and 0 deletions
+6
View File
@@ -10,6 +10,12 @@
#include "common/fs/path_util.h"
#include "core/file_sys/vfs/vfs.h"
#undef CreateFile
#undef DeleteFile
#undef CreateDirectory
#undef CopyFile
#undef MoveFile
namespace FileSys {
VfsFilesystem::VfsFilesystem(VirtualDir root_) : root(std::move(root_)) {}