mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Fix win32 include path
This commit is contained in:
parent
9a5c95cd76
commit
439cf04e65
@ -2,7 +2,7 @@
|
||||
#include "Common/precompiled.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Common/FileStream_win32.h"
|
||||
#include "Common/windows/FileStream_win32.h"
|
||||
#else
|
||||
#include "Common/unix/FileStream_unix.h"
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user