mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Fixed debug output format for NtCreateFile.
This commit is contained in:
parent
5176a7e7c9
commit
f59ff2e44a
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ SHIM_CALL NtCreateFile_shim(
|
|||
uint32_t creation_disposition = SHIM_GET_ARG_32(7);
|
||||
|
||||
XELOGD(
|
||||
"NtCreateFile(%.8X, %d, %.8X, %.8X, %.8X, %.8X, %.8X, %.8X)",
|
||||
"NtCreateFile(%.8X, %.8X, %.8X, %.8X, %.8X, %.8X, %d, %d)",
|
||||
handle_ptr,
|
||||
desired_access,
|
||||
object_attributes_ptr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue