mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-18 10:36:59 +00:00
Initial macOS port bringup (#52)
This commit is contained in:
parent
a2abffd37b
commit
974edaa649
84 changed files with 157 additions and 122 deletions
|
|
@ -6,11 +6,12 @@
|
|||
#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"
|
||||
|
||||
#include <byteswap.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/Xrender.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include "Common/unix/platform.h"
|
||||
#elif BOOST_OS_MACOS
|
||||
|
||||
#endif
|
||||
#include <libkern/OSByteOrder.h>
|
||||
#include "Common/unix/platform.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue