xenia-canary/src/xenia
sephiroth99 ff7c755bc9 memory: AlignedAlloc: fallback to aligned_alloc()
When compiling with clang++, __STDC_VERSION__ is not defined (obviously
as clang++ is not a C compiler). Because of this, check if compiling
with MSVC and fallback to the Linux implementation. If the latter is not
supported, compilation will fail, as it previously would have with the
2015-09-22 07:39:06 -07:00
..
app A new debugger. 2015-09-20 21:31:05 -07:00
apu Suspend some host threads that make guest callbacks. 2015-09-21 21:24:26 -07:00
base memory: AlignedAlloc: fallback to aligned_alloc() 2015-09-22 07:39:06 -07:00
cpu Fixing breakpoints. 2015-09-21 21:10:57 -07:00
debug Suspend some host threads that make guest callbacks. 2015-09-21 21:24:26 -07:00
gpu Suspend some host threads that make guest callbacks. 2015-09-21 21:24:26 -07:00
hid Shuffling kernel/. 2015-09-06 18:07:52 -07:00
kernel Suspend some host threads that make guest callbacks. 2015-09-21 21:24:26 -07:00
tools/api-scanner Debugger stuff, and changing to vcproj's/sln. 2015-05-09 17:48:12 -07:00
ui A new debugger. 2015-09-20 21:31:05 -07:00
vfs Shuffling kernel/. 2015-09-06 18:07:52 -07:00
emulator.cc Suspend some host threads that make guest callbacks. 2015-09-21 21:24:26 -07:00
emulator.h A new debugger. 2015-09-20 21:31:05 -07:00
memory.cc Quick-kill the MMIO handler if the fault address is above the mapping range. 2015-09-07 21:26:33 -05:00
memory.h DANGER DANGER. Switching to global critical region. 2015-09-06 09:30:54 -07:00
premake5.lua Fixup the premake files 2015-08-29 22:04:12 -05:00
profiling.cc Was about to update microprofile, but the new version is meh. 2015-08-29 09:41:14 -07:00
profiling.h Was about to update microprofile, but the new version is meh. 2015-08-29 09:41:14 -07:00
xbox.h More style cleanup. 2015-08-06 20:17:01 -07:00