Home
last modified time | relevance | path

Searched refs:last_vibration_timepoints (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/hid/controllers/
H A Dnpad.h445 std::array<std::array<std::chrono::steady_clock::time_point, 2>, 10> last_vibration_timepoints; variable
H A Dnpad.cpp750 duration_cast<milliseconds>(now - last_vibration_timepoints[npad_index][device_index]) < in VibrateControllerAtIndex()
755 last_vibration_timepoints[npad_index][device_index] = now; in VibrateControllerAtIndex()