Partially implemented NtQueryFullAttributes.

Enough to get past the ShaderDump test most games seem to do.
This commit is contained in:
Ben Vanik
2013-10-16 21:32:53 -07:00
parent c53db98517
commit ab1ba9a508
3 changed files with 97 additions and 18 deletions

View File

@@ -30,6 +30,7 @@ namespace kernel {
(xe_kernel_export_shim_fn)export_name##_shim, \
NULL);
#define SHIM_MEM_BASE ppc_state->membase
#define SHIM_MEM_ADDR(a) (a ? (ppc_state->membase + a) : NULL)
#define SHIM_MEM_16(a) (uint16_t)XEGETUINT16BE(SHIM_MEM_ADDR(a))