mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
InputCommon: Use Clock from CommonTypes.
This commit is contained in:
@ -210,8 +210,6 @@ public:
|
||||
class DeviceContainer
|
||||
{
|
||||
public:
|
||||
using Clock = std::chrono::steady_clock;
|
||||
|
||||
struct InputDetection
|
||||
{
|
||||
std::shared_ptr<Device> device;
|
||||
|
Reference in New Issue
Block a user