From 8b6a136c930fbc821e627365efd090d999763824 Mon Sep 17 00:00:00 2001 From: raziel1000 Date: Wed, 17 Jul 2024 00:01:33 -0600 Subject: [PATCH] clang --- src/core/libraries/pad/pad.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/libraries/pad/pad.cpp b/src/core/libraries/pad/pad.cpp index 7ee6ffe6..11df77f0 100644 --- a/src/core/libraries/pad/pad.cpp +++ b/src/core/libraries/pad/pad.cpp @@ -252,8 +252,8 @@ int PS4_SYSV_ABI scePadOutputReport() { } int PS4_SYSV_ABI scePadRead(s32 handle, OrbisPadData* pData, s32 num) { - //LOG_ERROR(Lib_Pad, "(STUBBED) called"); - // Temporary implementation. will be fixed and accurate later. + // LOG_ERROR(Lib_Pad, "(STUBBED) called"); + // Temporary implementation. will be fixed and accurate later. std::memset(pData, 0, sizeof(OrbisPadData)); InputState state; for (int i = 0; i < num; i++) {