Consistency in memset calls.
This commit is contained in:
@@ -383,7 +383,7 @@ SHIM_CALL MmQueryStatistics_shim(PPCContext* ppc_state, KernelState* state) {
|
||||
X_STATUS result = X_STATUS_SUCCESS;
|
||||
|
||||
// Zero out the struct.
|
||||
memset(SHIM_MEM_ADDR(stats_ptr), 0, 104);
|
||||
std::memset(SHIM_MEM_ADDR(stats_ptr), 0, 104);
|
||||
SHIM_SET_MEM_32(stats_ptr + 0, 104);
|
||||
|
||||
// Set the constants the game is likely asking for.
|
||||
|
||||
Reference in New Issue
Block a user