actually get rid of that comment

This commit is contained in:
counter185 2024-08-28 13:56:49 +02:00
parent 698dade864
commit 0b24ac6991
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ bool GameController::SetVibration(u8 smallMotor, u8 largeMotor) {
} }
void GameController::SetTouchpadState(int touchIndex, bool touchDown, float x, float y) { void GameController::SetTouchpadState(int touchIndex, bool touchDown, float x, float y) {
if (touchIndex < 2) { // DS4 has 2-point multitouch if (touchIndex < 2) {
std::scoped_lock lock{m_mutex}; std::scoped_lock lock{m_mutex};
auto state = GetLastState(); auto state = GetLastState();
state.time = Libraries::Kernel::sceKernelGetProcessTime(); state.time = Libraries::Kernel::sceKernelGetProcessTime();