This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
a3cfafcd12bdfb51e14e129cf82e55a9cd66a4e5
dolphin
/
Source
/
Core
/
InputCommon
/
Src
History
ayuanx
ba25f038af
This should fix Issue 1798
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@4760
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-12-31 17:42:55 +00:00
..
Configuration.cpp
* Hides cursor on D3D Fullscreen mode. Fixes Issue 1411
2009-12-30 16:20:41 +00:00
DirectInputBase.cpp
* Hides cursor on D3D Fullscreen mode. Fixes Issue 1411
2009-12-30 16:20:41 +00:00
DirectInputBase.h
Fix an issue with BPMEM_LOADTLUT, thanks to revned @ issue 1831, also fix a speed issue int the FIFO loop introduced recently (ZWW was ~20% slower)
2009-12-28 19:13:06 +00:00
Event.hpp
eol-style native update, small warning fix in EXI_Channel.h
2009-03-07 08:35:01 +00:00
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
Roll back R3801. Dolphin works again. Seriously, if you're not even testing huge freaking changes like this...
2009-07-15 20:15:34 +00:00
InputCommon.cpp
is properties the right way?
2009-01-06 08:30:31 +00:00
InputCommon.h
almost made the event handler into singleton having access problems
2009-01-05 13:39:54 +00:00
SConscript
Move XInputBase from PadSimple to InputCommon,
2009-07-09 06:50:22 +00:00
SDL.cpp
This should fix Issue 1798
2009-12-31 17:42:55 +00:00
SDL.h
Now Dolphin officially supports Multi-WiiMote (up to 4)
2009-12-27 19:31:02 +00:00
X11InputBase.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
X11InputBase.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
XInput.cpp
get rid of the '¯' chars in source code...non ascii chars are not really good to have floating around for no reason.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters
2009-09-08 16:07:13 +00:00
XInput.h
get rid of the '¯' chars in source code...non ascii chars are not really good to have floating around for no reason.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters
2009-09-08 16:07:13 +00:00