xenia-canary/src/xenia
Dr. Chat 54ba3480e4 xboxkrnl: NtAllocateVirtualMemory - Align the base address to a page boundary rather than returning an error code.
Return ACCESS_DENIED if the user requests e.g. a 64k page in a 4k region.
2016-07-28 16:56:05 -05:00
..
app Handle load requests made by the guest 2016-06-18 21:00:01 -05:00
apu Folding build_tools back into the main repo for simplicity. 2015-12-30 16:53:14 -08:00
base Complain loudly when ReadFile() returns ERROR_NOACCESS. 2016-06-18 18:26:23 -05:00
cpu Constant propagation for vector SGT/UGE/UGT 2016-07-25 11:57:14 -05:00
debug/ui Fix crash in CPU debugger. Thanks @x1nixmzeng 2016-07-24 10:47:14 -05:00
gpu Vulkan: Remove unused gl_ClipDistance from shaders 2016-07-28 12:02:49 -05:00
hid Some winkey support for left/right triggers. 2016-06-20 17:53:26 -05:00
kernel xboxkrnl: NtAllocateVirtualMemory - Align the base address to a page boundary rather than returning an error code. 2016-07-28 16:56:05 -05:00
tools/api-scanner Debugger stuff, and changing to vcproj's/sln. 2015-05-09 17:48:12 -07:00
ui Vulkan: Fix a few validation errors 2016-07-28 00:15:23 -05:00
vfs Fix an overflow crash in DiscImageDevice::Verify 2016-01-14 15:18:41 -06:00
emulator.cc Add title request functions to Emulator 2016-06-18 21:17:37 -05:00
emulator.h Add title request functions to Emulator 2016-06-18 21:17:37 -05:00
memory.cc Exposed total page count. 2016-06-21 10:10:08 -05:00
memory.h Exposed total page count. 2016-06-21 10:10:08 -05:00
premake5.lua Folding build_tools back into the main repo for simplicity. 2015-12-30 16:53:14 -08:00
xbox.h Fixed AppendParam for X_EX_TITLE_TERMINATE_REGISTRATION, 2016-06-18 13:44:52 -05:00