diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 24bb493520..2420b65ed7 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -114,8 +114,8 @@ public: ControllerInterface() : m_is_init(false), m_hwnd(nullptr) {} - void SetHwnd(void* const hwnd); - void Initialize(); + void Initialize(void* const hwnd); + void Reinitialize(); void Shutdown(); bool IsInit() const { return m_is_init; } |
