Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS/WFS: Fix logging message #5205

Merged
merged 1 commit into from Apr 4, 2017
Merged

IOS/WFS: Fix logging message #5205

merged 1 commit into from Apr 4, 2017

Conversation

leoetlino
Copy link
Member

No description provided.

@@ -162,8 +162,8 @@ IPCCommandResult WFSI::IOCtl(const IOCtlRequest& request)
u32 content_id = Memory::Read_U32(request.buffer_in + 0xC);
u32 input_ptr = Memory::Read_U32(request.buffer_in + 0x10);
u32 input_size = Memory::Read_U32(request.buffer_in + 0x14);
INFO_LOG(IOS, "%s: %08x bytes of data at %08x from content id %d", ioctl_name, content_id,
input_ptr, input_size);
INFO_LOG(IOS, "%s: %08x bytes of data at %08x from content id %d", ioctl_name, input_ptr,

This comment was marked as off-topic.

This comment was marked as off-topic.

@Helios747 Helios747 merged commit 9d0a78d into dolphin-emu:master Apr 4, 2017
@leoetlino leoetlino deleted the log branch April 4, 2017 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants