mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 15:31:18 +12:00
8 lines
151 B
C
8 lines
151 B
C
#pragma once
|
|
#include "Common/precompiled.h"
|
|
|
|
#ifdef _WIN32
|
|
#include "Common/FileStream_win32.h"
|
|
#else
|
|
#include "Common/unix/FileStream_unix.h"
|
|
#endif
|