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
f5c7f61ed355c96e82c3c25e37d95a20bf4a345a
dolphin
/
Source
/
Plugins
History
Sonicadvance1
d6ac59f1cc
Linux: Moved resize to the callback function, where the Xevents are being checked on, possibly fixing the random freezing bug
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@468
8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-07 18:09:38 +00:00
..
Plugin_DSP_HLE
unused sample
2008-09-07 14:05:47 +00:00
Plugin_DSP_LLE
Replaced "unsigned __int16" by "u16".
2008-09-02 23:32:05 +00:00
Plugin_nJoy_SDL
Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API.
2008-08-31 14:32:35 +00:00
Plugin_PadDX9
Replaced "CHAR" by "char": there is no mention of type CHAR on MSDN, the argument to which CHAR* is passed is documented as being char* and the function would be broken if sizeof(CHAR) would be different from 1.
2008-09-03 00:40:18 +00:00
Plugin_PadSimple
changed keyForControl to an unsigned int. it was in conflict with main.cpp
2008-09-07 16:12:56 +00:00
Plugin_VideoDX9
fix 64-bit build too on Platform SDK 6.0, fix project file.
2008-09-07 11:07:55 +00:00
Plugin_VideoOGL
Linux: Moved resize to the callback function, where the Xevents are being checked on, possibly fixing the random freezing bug
2008-09-07 18:09:38 +00:00