dolphin/Source/Core/InputCommon/Src
2009-11-11 11:07:04 +00:00
..
Configuration.cpp
DirectInputBase.cpp
DirectInputBase.h
Event.hpp
EventHandler.cpp Fix GCC 4.5 Compiling. -fvisibility=hidden seems to break it, so it was removed. Non-POD objects are now errors instead of warnings in 4.5, so I had to remove the wxString::Format. and a Fix where GCC 4.5 introduced strndup. Compiling with nowx=true gave me linker problems for some reason, and I added the -flto flag but commented out. Dunno what it will do yet. 2009-11-11 11:07:04 +00:00
EventHandler.h
InputCommon.cpp
InputCommon.h
SConscript
SDL.cpp Fix a small misspell in OGL config, Fix the toggle fullscreen button when rendering to separate window + a weird issue related to rendering to main. 2009-10-24 00:18:21 +00:00
SDL.h Fix a small misspell in OGL config, Fix the toggle fullscreen button when rendering to separate window + a weird issue related to rendering to main. 2009-10-24 00:18:21 +00:00
X11InputBase.cpp
X11InputBase.h
XInput.cpp
XInput.h