Skip to content

Commit

Permalink
[Kernel/Xam] XamEnumerate: Disable zeroing memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Gliniak committed May 21, 2020
1 parent a91598f commit 43479ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xenia/kernel/xam/xam_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ dword_result_t XamEnumerate(dword_t handle, dword_t flags, lpvoid_t buffer,
e->items_per_enumerate());
}

buffer.Zero(actual_buffer_length);
//buffer.Zero(actual_buffer_length);

X_RESULT result;
uint32_t item_count = 0;
Expand Down

0 comments on commit 43479ca

Please sign in to comment.