dolphin/Source/Core
Rachel Bryk 48470a20ca Code cleanup
Move enums for max SI and EXI devices to their respective .h file, and rename them.

Use only those enums in BootManager.cpp. Same thing in Movie.cpp

Change one instance of MAX_BBMOTES to MAX_WIIMOTES in Movie.cpp, since movies do not support balance board.
2014-01-08 20:36:27 -05:00
..
AudioCommon Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Common Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Core Code cleanup 2014-01-08 20:36:27 -05:00
DiscIO Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DolphinWX NetPlay: Sync CPU engine between NetPlay clients/servers 2014-01-08 19:42:02 -05:00
InputCommon Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VideoBackends Fix for previous commit. I was supposed to use GL_VERSION, not GL_RENDERER. 2014-01-07 19:35:06 -06:00
VideoCommon Slight optimization in the pixel shader. We are using pow(2.0, X) in place of exp2(X). This can be faster in places that don't optimize a pow to a exp2 in this case. 2014-01-08 16:40:31 -06:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00