moved the inputmanager to inputcommon
to avoid sdl dep in core git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1988 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1b141c8775
commit
0a3c3f7a6b
|
@ -16,7 +16,6 @@ files = ["Console.cpp",
|
|||
"State.cpp",
|
||||
"Tracer.cpp",
|
||||
"PluginManager.cpp",
|
||||
"InputManager.cpp",
|
||||
"VolumeHandler.cpp",
|
||||
"Boot/Boot.cpp",
|
||||
"Boot/Boot_BIOSEmu.cpp",
|
||||
|
|
|
@ -5,6 +5,7 @@ Import('env')
|
|||
files = [
|
||||
'EventHandler.cpp',
|
||||
'InputCommon.cpp',
|
||||
"InputManager.cpp",
|
||||
]
|
||||
|
||||
env_inputcommon = env.Clone()
|
||||
|
|
Loading…
Reference in New Issue