mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-18 10:36:59 +00:00
Add all the files
This commit is contained in:
parent
e3db07a16a
commit
d60742f52b
1445 changed files with 430238 additions and 0 deletions
16
src/Common/platform.h
Normal file
16
src/Common/platform.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
#include "boost/predef/os.h"
|
||||
#include <cstdint>
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
#include "Common/windows/platform.h"
|
||||
#elif BOOST_OS_LINUX
|
||||
#include "byteswap.h"
|
||||
//#include <boost/core/enable_if.hpp>
|
||||
// #include <boost/type_traits.hpp>
|
||||
#include "Common/linux/platform.h"
|
||||
|
||||
#elif BOOST_OS_MACOS
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue