From e4eec2002b4cc8189677e7540de207bdef9dbf17 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 11 Jul 2014 10:58:14 -0400 Subject: ControllerEmu: Remove focus-checking code from the rest of ControllerEmu --- Source/Core/InputCommon/ControllerEmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon') diff --git a/Source/Core/InputCommon/ControllerEmu.h b/Source/Core/InputCommon/ControllerEmu.h index c15574ff6f..bc3974936f 100644 --- a/Source/Core/InputCommon/ControllerEmu.h +++ b/Source/Core/InputCommon/ControllerEmu.h @@ -411,7 +411,7 @@ public: ~Extension() {} - void GetState(u8* const data, const bool focus = true); + void GetState(u8* const data); std::vector> attachments; -- cgit v1.2.3