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
f650cb19e414e5d047deba8a2196a7c583f0919a
dolphin
/
Source
/
PluginSpecs
History
nakeee
4923da76d7
all this to make stop work without message passing
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@744
8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-02 17:03:24 +00:00
..
CommonTypes.h
Replaced "unsigned __int64" by "u64".
2008-09-03 00:02:21 +00:00
ExportEpilog.h
Minimized symbol visibility for GCC build. Fixes problem with two instances of x64Emitter getting mixed up and generating only part of the required opcodes. I get video on 32-bit Linux now :)
2008-08-27 01:42:11 +00:00
ExportProlog.h
Minimized symbol visibility for GCC build. Fixes problem with two instances of x64Emitter getting mixed up and generating only part of the required opcodes. I get video on 32-bit Linux now :)
2008-08-27 01:42:11 +00:00
pluginspecs_dsp.h
New SaveState folder for states. Removed some outdated code. Removed an unnecessary level of indirection for plugin calls. Assorted cleanup.
2008-08-30 19:19:40 +00:00
pluginspecs_pad.h
Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API.
2008-08-31 14:32:35 +00:00
pluginspecs_video.h
all this to make stop work without message passing
2008-10-02 17:03:24 +00:00
pluginspecs_wiimote.h
Wiimote: Ignored faulty L2CAP packets, allowing libogc's demo to run unaltered. Found raw data representing pointing to the screen.
2008-09-20 15:34:20 +00:00
PluginSpecs.h
added sorting to gamelistctrl (thanks a lot to gigaherz)
2008-09-17 05:57:43 +00:00