dolphin/Source/PluginSpecs
hrydgard 576990c5a3 JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin.exe now contains both cores.
Advantages:
* Less confusion for users
* No need to build twice to make sure you didn't break something
* Easier to switch between the cores for testing

Disadvantages:
* None, as far as I can tell :) Maybe some extra code complexity, but not much.

Also break some include chains that caused <windows.h> to get included into everything, slowing down the build on Windows. There's more to do here though, there's still a lot of files that get it included that don't need it at all.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4891 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-19 19:28:27 +00:00
..
ExportEpilog.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
ExportProlog.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
PluginSpecs.h JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin.exe now contains both cores. 2010-01-19 19:28:27 +00:00
pluginspecs_dsp.h Fixes Issue 2004 2010-01-13 14:18:13 +00:00
pluginspecs_pad.h Fixed mem leak caused by not releasing pad & wiimote plugin when shutdown 2009-12-30 14:37:12 +00:00
pluginspecs_video.h Add "Auto Aspect Ratio" to both graphics plugins. It's the new default, so you can forget about switching aspect manually from now on. In the Auto mode, aspect ratio is automatically set depending on whether it's a Wii or GC game, and whether the global Wii Widescreen setting has been set. There is still the possibility to override, which can be useful for the very few GC games that do support widescreen. 2010-01-13 21:11:02 +00:00
pluginspecs_wiimote.h Wiimote: More work, don't ask, no answer 2009-12-25 22:10:56 +00:00