Added XBDM stubs.

This commit is contained in:
gibbed
2017-01-09 04:51:49 -06:00
parent 4ed0068da8
commit d730784efb
9 changed files with 228 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ struct ExportTag {
static const type kUserProfiles = 1u << 16;
static const type kNetworking = 1u << 17;
static const type kMemory = 1u << 18;
static const type kDebug = 1u << 19;
// Export will be logged on each call.
static const type kLog = 1u << 30;