Adding --show_profiler to show profiler by default, changing hotkey to F3.

This commit is contained in:
Ben Vanik
2015-07-25 12:34:15 -07:00
parent 8ce6765233
commit ea4ec28acc
4 changed files with 18 additions and 8 deletions

View File

@@ -363,9 +363,9 @@ struct X_EX_TITLE_TERMINATE_REGISTRATION {
static_assert_size(X_EX_TITLE_TERMINATE_REGISTRATION, 16);
struct X_OBJECT_ATTRIBUTES {
xe::be<uint32_t> root_directory; // 0x0
xe::be<uint32_t> name_ptr; // 0x4 PANSI_STRING
xe::be<uint32_t> attributes; // 0xC
xe::be<uint32_t> root_directory; // 0x0
xe::be<uint32_t> name_ptr; // 0x4 PANSI_STRING
xe::be<uint32_t> attributes; // 0xC
};
#pragma pack(pop)