diff options
| author | nakeee <nakeee@gmail.com> | 2009-01-05 17:46:36 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-01-05 17:46:36 +0000 |
| commit | f15636110458f8ab807d3e2048d25eba10a6d932 (patch) | |
| tree | a8b0dd3ab0ac8ae452d64b362c8eff73693ec6b9 /Source/Core/InputCommon/Src/InputCommon.cpp | |
| parent | a533a9dc3d5949a97158f63bde3f687d05343b47 (diff) | |
some code fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1796 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/InputCommon.cpp')
| -rw-r--r-- | Source/Core/InputCommon/Src/InputCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/InputCommon.cpp b/Source/Core/InputCommon/Src/InputCommon.cpp index beed506f8e..fc908e8975 100644 --- a/Source/Core/InputCommon/Src/InputCommon.cpp +++ b/Source/Core/InputCommon/Src/InputCommon.cpp @@ -6,7 +6,7 @@ namespace InputCommon { void Init() { // init the event handler - //EventHandler::GetInstance(); + EventHandler::GetInstance(); } void Shutdown() { |
